forked from privly/privly-firefox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.rdf
More file actions
27 lines (25 loc) · 1.26 KB
/
Copy pathinstall.rdf
File metadata and controls
27 lines (25 loc) · 1.26 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
26
27
<?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>privly@priv.ly</em:id>
<em:name>Privly</em:name>
<em:version>0.2.8</em:version>
<em:type>2</em:type>
<em:creator>Sean McGregor</em:creator>
<em:contributor>Balaji Athreya</em:contributor>
<em:contributor>Jesse Hostetler</em:contributor>
<em:contributor>Charles Martin</em:contributor>
<em:description>Privly enables you to post and read private content through any website. Only the people you designate can read your content, and the host page never has access. This extension is still experimental. For more information on Privly development, go to http://www.privly.org</em:description>
<em:homepageURL>https://priv.ly/</em:homepageURL>
<em:optionsURL>chrome://privly/content/options.xul</em:optionsURL>
<em:iconURL>chrome://privly/skin/logo_64.png</em:iconURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>19.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>