diff options
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/install.rdf')
-rw-r--r-- | data/extensions/https-everywhere@eff.org/install.rdf | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/data/extensions/https-everywhere@eff.org/install.rdf b/data/extensions/https-everywhere@eff.org/install.rdf index ddb6e14..af8bea3 100644 --- a/data/extensions/https-everywhere@eff.org/install.rdf +++ b/data/extensions/https-everywhere@eff.org/install.rdf @@ -4,11 +4,12 @@ <Description about="urn:mozilla:install-manifest"> <em:name>HTTPS-Everywhere</em:name> - <em:creator>Mike Perry & Peter Eckersley</em:creator> + <em:creator>Mike Perry, Peter Eckersley, & Yan Zhu</em:creator> <em:aboutURL>chrome://https-everywhere/content/about.xul</em:aboutURL> <em:id>https-everywhere@eff.org</em:id> + <em:type>2</em:type> <!-- type: Extension --> <em:description>Encrypt the Web! Automatically use HTTPS security on many sites.</em:description> - <em:version>3.5.1</em:version> + <em:version>4.0.2</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> @@ -16,11 +17,12 @@ <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 --> + <!-- firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>20</em:minVersion> - <em:maxVersion>32.*</em:maxVersion> + <em:minVersion>20.0</em:minVersion> + <em:maxVersion>37.0</em:maxVersion> </Description> </em:targetApplication> <!-- Seamonkey --> @@ -28,15 +30,15 @@ <Description> <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <em:minVersion>2.17</em:minVersion> - <em:maxVersion>3.*</em:maxVersion> + <em:maxVersion>2.32</em:maxVersion> </Description> </em:targetApplication> - <!-- thunderbird --> - <em:targetApplication> - <Description> + <!-- 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> + <em:minVersion>17.*</em:minVersion> + <em:maxVersion>35.*</em:maxVersion> </Description> </em:targetApplication> <!-- Conkeror --> @@ -47,5 +49,13 @@ <em:maxVersion>99.*</em:maxVersion> </Description> </em:targetApplication> + <!-- Firefox Mobile for Android --> + <em:targetApplication> + <Description> + <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> + <em:minVersion>21.0</em:minVersion> + <em:maxVersion>35.0</em:maxVersion> + </Description> + </em:targetApplication> </Description> </RDF> |