Skip to content

Commit 1d038e9

Browse files
committed
Mark 4.0 as installable on Android
1 parent 5cdb4ee commit 1d038e9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupbox>
2828
<caption label="&https-everywhere.about.created_by;" />
29-
<label>Mike Perry and Peter Eckersley</label>
29+
<label>Mike Perry, Peter Eckersley, and Yan Zhu</label>
3030
</groupbox>
3131

3232
<groupbox>

src/install.rdf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<Description about="urn:mozilla:install-manifest">
66
<em:name>HTTPS-Everywhere</em:name>
7-
<em:creator>Mike Perry &amp; Peter Eckersley</em:creator>
7+
<em:creator>Mike Perry, Peter Eckersley, &amp; Yan Zhu</em:creator>
88
<em:aboutURL>chrome://https-everywhere/content/about.xul</em:aboutURL>
99
<em:id>https-everywhere@eff.org</em:id>
1010
<em:description>Encrypt the Web! Automatically use HTTPS security on many sites.</em:description>
@@ -47,5 +47,13 @@
4747
<em:maxVersion>99.*</em:maxVersion>
4848
</Description>
4949
</em:targetApplication>
50+
<!-- Firefox Mobile for Android -->
51+
<em:targetApplication>
52+
<Description>
53+
<em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
54+
<em:minVersion>0.1</em:minVersion>
55+
<em:maxVersion>99.*</em:maxVersion>
56+
</Description>
57+
</em:targetApplication>
5058
</Description>
5159
</RDF>

0 commit comments

Comments
 (0)