forked from greasemonkey/greasemonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
54 lines (46 loc) · 2.54 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" ?>
<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>{e4a8a97b-f2ed-450b-b12d-ee082ba24781}</em:id>
<em:version>1.5</em:version>
<em:creator>Aaron Boodman; http://youngpup.net/</em:creator>
<em:homepageURL>http://www.greasespot.net/</em:homepageURL>
<em:optionsURL>chrome://greasemonkey/content/options.xul</em:optionsURL>
<em:iconURL>chrome://greasemonkey/skin/icon32.png</em:iconURL>
<em:type>2</em:type>
<em:name>Greasemonkey</em:name>
<em:description>A User Script Manager for Firefox</em:description>
<em:contributor>Anthony Lieuallen; http://arantius.com/</em:contributor>
<em:contributor>Chris Feldmann; http://axlotl.net/</em:contributor>
<em:contributor>David Schontzler; http://stilleye.com/</em:contributor>
<em:contributor>Erik Vold; http://erikvold.com/</em:contributor>
<em:contributor>Gareth Andrew; http://freegarethandrew.org/</em:contributor>
<em:contributor>Hisateru Tanaka</em:contributor>
<em:contributor>Jeremy Dunck; http://dunck.us/anabasis/</em:contributor>
<em:contributor>Jesper Kristensen; <mail@jesperkristensen.dk></em:contributor>
<em:contributor>Johan Sundström; http://ecmanaut.blogspot.com/</em:contributor>
<em:contributor>JP Sugarbroad</em:contributor>
<em:contributor>Juan Pablo Guereca Alonso</em:contributor>
<em:contributor>Manpreet Singh</em:contributor>
<em:contributor>Mark Pilgrim; http://diveintomark.org/</em:contributor>
<em:contributor>Marti Martz</em:contributor>
<em:contributor>Matthew Gray; http://mkgray.com:8000/</em:contributor>
<em:contributor>Matthias Bauer; http://moeffju.net/</em:contributor>
<em:contributor>Mike Medley; http://sizzlemctwizzle.com/</em:contributor>
<em:contributor>Nikolas Coukouma; http://atrus.org/</em:contributor>
<em:contributor>Ori Avtallon</em:contributor>
<em:contributor>Pak Kei (logo); http://arkidect.com/</em:contributor>
<em:contributor>Sam Larison; http://samlarison.com/</em:contributor>
<em:contributor>Sergio Abreu; http://sitedosergio.sitesbr.net/</em:contributor>
<em:contributor>Tommi Rautava</em:contributor>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>14.0</em:minVersion>
<em:maxVersion>16.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>