forked from thebigbad/mft3k
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
21 lines (21 loc) · 822 Bytes
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Description about="urn:mozilla:install-manifest">
<em:id>mft3k@borderstylo.com</em:id>
<em:name>mft3k</em:name>
<em:version>1.0.1</em:version>
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:aboutURL>chrome://mft3k/content/about.xul</em:aboutURL>
<em:creator>Ryan Wolf</em:creator>
<em:description>Mystery Firefox Theater 3000</em:description>
<em:homepageURL>http://github.com/thebigbad/mft3k</em:homepageURL>
</Description>
</RDF>