-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
33 lines (33 loc) · 1.61 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
28
29
30
31
32
33
<?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="rdf:#$pL+F91"
em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
em:minVersion="14.0"
em:maxVersion="20.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="{3f669128-5ad3-4053-ad9b-1afc4ea24c28}"
em:name="Track Package"
em:version="3.5"
em:creator="Dave Kahler"
em:description="Track Packages from the right-click menu."
em:homepageURL="http://www.trackpackageextension.com"
em:iconURL="chrome://trackpackage/content/icon.png"
em:optionsURL="chrome://trackpackage/content/tpPrefDialog.xul"
em:type="2">
<em:contributor>Luke Horne</em:contributor>
<em:contributor>Robert Harmon</em:contributor>
<em:targetApplication RDF:resource="rdf:#$oL+F91"/>
<em:targetApplication RDF:resource="rdf:#$pL+F91"/>
<em:targetApplication RDF:resource="rdf:#$seamonkey"/>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$oL+F91"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="14.0"
em:maxVersion="20.*" />
<RDF:Description RDF:about="rdf:#$seamonkey"
em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
em:minVersion="2.2"
em:maxVersion="2.2" />
</RDF:RDF>