forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
25 lines (24 loc) · 1.57 KB
/
install.rdf
File metadata and controls
25 lines (24 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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 & Yan Zhu</em:creator>
<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.5android.0</em:version>
<em:homepageURL>https://www.eff.org/https-everywhere</em:homepageURL>
<em:iconURL>chrome://https-everywhere/skin/https-everywhere.png</em:iconURL>
<em:updateURL>https://www.eff.org/files/https-everywhere-android-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 Mobile for Android -->
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>25</em:minVersion>
<em:maxVersion>30</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>