-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
32 lines (29 loc) · 1.37 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
<?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>[email protected]</em:id>
<em:type>2</em:type>
<em:name>IGN++</em:name>
<em:version>2.2.2</em:version>
<em:iconURL>chrome://vestitools/skin/icons/icon48.png</em:iconURL>
<em:icon64URL>chrome://vestitools/skin/icons/icon64.png</em:icon64URL>
<em:description>Adds many helpful features to boards.ign.com. Quick post, ignore users, autorefresh, WYSIWYG editor, etc.</em:description>
<em:creator>Andrew Hurle</em:creator>
<em:contributor>Greasemonkey Compiler by Anthony Lieuallen</em:contributor>
<em:contributor>http://arantius.com/</em:contributor>
<em:contributor>Parsers and usercolors thanks to heyf00L</em:contributor>
<em:contributor>http://derekdev.com/mozilla/ignbq/</em:contributor>
<em:contributor>Icon design by Arian88</em:contributor>
<em:homepageURL>http://vestitools.pbworks.com/</em:homepageURL>
<em:unpack>true</em:unpack>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>8.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:optionsURL>chrome://vestitools/content/options/options.xul</em:optionsURL>
</Description>
</RDF>