diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2014-10-20 02:24:51 +0200 |
commit | 6e7918b6ccb69876d339a320091fdee811445395 (patch) | |
tree | 31cb88ee438d652fddefca1193f70289a8b3dcc8 /helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf | |
parent | 60e5b13c35d4d3ba21bb03b026750a0a414f6c77 (diff) |
Generalize data directory
Diffstat (limited to 'helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf')
-rw-r--r-- | helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf b/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf deleted file mode 100644 index ddb6e14..0000000 --- a/helpers/DATA/firefox/gnu/extensions/https-everywhere@eff.org/install.rdf +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0"?> -<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:em="http://www.mozilla.org/2004/em-rdf#"> - - <Description about="urn:mozilla:install-manifest"> - <em:name>HTTPS-Everywhere</em:name> - <em:creator>Mike Perry & Peter Eckersley</em:creator> - <em:aboutURL>chrome://https-everywhere/content/about.xul</em:aboutURL> - <em:id>https-everywhere@eff.org</em:id> - <em:description>Encrypt the Web! Automatically use HTTPS security on many sites.</em:description> - <em:version>3.5.1</em:version> - <em:homepageURL>https://www.eff.org/https-everywhere</em:homepageURL> - <em:optionsURL>chrome://https-everywhere/content/meta-preferences.xul</em:optionsURL> - <em:iconURL>chrome://https-everywhere/skin/https-everywhere.png</em:iconURL> - <em:updateURL>https://www.eff.org/files/https-everywhere-update-2048.rdf</em:updateURL> - <em:unpack>true</em:unpack> <!-- Required for Firefox 4 --> - <em:updateKey>MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6MR8W/galdxnpGqBsYbqOzQb2eyW15YFjDDEMI0ZOzt8f504obNs920lDnpPD2/KqgsfjOgw2K7xWDJIj/18xUvWPk3LDkrnokNiRkA3KOx3W6fHycKL+zID7zy+xZYBuh2fLyQtWV1VGQ45iNRp9+Zo7rH86cdfgkdnWTlNSHyTLW9NbXvyv/E12bppPcEvgCTAQXgnDVJ0/sqmeiijn9tTFh03aM+R2V/21h8aTraAS24qiPCz6gkmYGC8yr6mglcnNoYbsLNYZ69zF1XHcXPduCPdPdfLlzVlKK1/U7hkA28eG3BIAMh6uJYBRJTpiGgaGdPd7YekUB8S6cy+CQIDAQAB</em:updateKey> - <!-- firefox --> - <em:targetApplication> - <Description> - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>20</em:minVersion> - <em:maxVersion>32.*</em:maxVersion> - </Description> - </em:targetApplication> - <!-- Seamonkey --> - <em:targetApplication> - <Description> - <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> - <em:minVersion>2.17</em:minVersion> - <em:maxVersion>3.*</em:maxVersion> - </Description> - </em:targetApplication> - <!-- thunderbird --> - <em:targetApplication> - <Description> - <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> - <em:minVersion>17.0.5</em:minVersion> - <em:maxVersion>32</em:maxVersion> - </Description> - </em:targetApplication> - <!-- Conkeror --> - <em:targetApplication> - <Description> - <em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id> - <em:minVersion>0.1</em:minVersion> - <em:maxVersion>99.*</em:maxVersion> - </Description> - </em:targetApplication> - </Description> -</RDF> |