-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstall.rdf
26 lines (24 loc) · 1023 Bytes
/
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" encoding="utf-8"?>
<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>{a9dbd5c7-1de8-4526-80f3-a296e6b0e7af}</em:id>
<em:version>0.2</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:unpack>false</em:unpack>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>29.0</em:minVersion>
<em:maxVersion>41.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>PrivacyFox</em:name>
<em:description>PrivacyFox tweaks various preferences in Firefox in order to enhance the privacy of users; it will also try to enforce these changes to maintain your privacy online.</em:description>
<em:creator>TheCreeper</em:creator>
<em:homepageURL>https://github.com/TheCreeper/PrivacyFox</em:homepageURL>
</Description>
</RDF>