-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
27 lines (24 loc) · 1.05 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
27
<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:install-manifest">
<em:name>{appname}</em:name>
<em:version>{appversion}</em:version>
<em:id>{appid}</em:id>
<em:description>{appdescription}</em:description>
<em:creator>{auther}</em:creator>
<em:optionsURL>chrome://{appname}/content/options.xul</em:optionsURL>
<em:homepageURL>http://www.informaticisenzafrontiere.org/</em:homepageURL>
<em:contributor>pragmax, rodenic</em:contributor>
<em:translator></em:translator>
{targetApplications}
<em:file>
<RDF:Description about="urn:mozilla:extension:file:{appname}.jar">
<em:package>content/</em:package>
<em:locale>locale/en-US/</em:locale>
<em:skin>skin/</em:skin>
</RDF:Description>
</em:file>
</RDF:Description>
</RDF:RDF>