-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
26 lines (23 loc) · 1.07 KB
/
install.rdf
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
26
<?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:id>{4661a4a7-f6f7-46f4-be5f-6747e8fd21fe}</em:id>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:name>Cookie Whitelist for Fennec</em:name>
<em:version>0.5.3</em:version>
<em:description>Makes cookie whitelisting easy, with native Android GUI.</em:description>
<em:creator>[email protected]</em:creator>
<em:contributor>Alexander Dietrich</em:contributor>
<em:homepageURL>https://github.com/azrdev/firefox-cookie-whitelister</em:homepageURL>
<!-- Mobile -->
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<!-- Tested versions: 14-16 -->
<em:minVersion>14.0</em:minVersion>
<em:maxVersion>27.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>