root/trunk/src/install.rdf

Revision 747, 2.8 kB (checked in by aranti..@gmail.com, 5 months ago)

bump version number, so firefox doesn't prompt to update

Line 
1 <?xml version="1.0"?>
2
3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4    xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5
6   <Description about="urn:mozilla:install-manifest">
7
8     <em:id>{e4a8a97b-f2ed-450b-b12d-ee082ba24781}</em:id>
9     <!-- NOTE : build.sh will correct the em:version, if applicable -->
10     <em:version>0.8.20080609.0</em:version>
11     <em:creator>Aaron Boodman; http://youngpup.net/</em:creator>
12     <em:homepageURL>http://www.greasespot.net/</em:homepageURL>
13     <em:optionsURL>chrome://greasemonkey/content/manage.xul</em:optionsURL>
14     <em:iconURL>chrome://greasemonkey/content/icon_medium.png</em:iconURL>
15
16     <em:name>Greasemonkey</em:name>
17     <em:description>A User Script Manager for Firefox</em:description>
18
19     <em:contributor>Anthony Lieuallen; http://arantius.com</em:contributor>
20     <em:contributor>Chris Feldmann; http://axlotl.net</em:contributor>
21     <em:contributor>David Schontzler; http://stilleye.com/</em:contributor>
22     <em:contributor>Gareth Andrew; http://freegarethandrew.org</em:contributor>
23     <em:contributor>Hisateru Tanaka</em:contributor>
24     <em:contributor>Jeremy Dunck; http://dunck.us/anabasis/</em:contributor>
25     <em:contributor>Jesper Kristensen &lt;mail&#64;jesperkristensen.dk&gt;</em:contributor>
26     <em:contributor>Johan Sundström; http://ecmanaut.blogspot.com/</em:contributor>
27     <em:contributor>JP Sugarbroad</em:contributor>
28     <em:contributor>Juan Pablo Guereca Alonso</em:contributor>
29     <em:contributor>Manpreet Singh</em:contributor>
30     <em:contributor>Mark Pilgrim; http://diveintomark.org</em:contributor>
31     <em:contributor>Marti Martz</em:contributor>
32     <em:contributor>Matthias Bauer; http://moeffju.net/</em:contributor>
33     <em:contributor>Matthew Gray; http://mkgray.com:8000/</em:contributor>
34     <em:contributor>Nikolas Coukouma; http://atrus.org/</em:contributor>
35     <em:contributor>Ori Avtallon</em:contributor>
36     <em:contributor>Pak Kei (logo); http://arkidect.com/</em:contributor>
37     <em:contributor>Sergio Abreu; http://sitedosergio.sitesbr.net</em:contributor>
38     <em:contributor>Tommi Rautava</em:contributor>
39
40     <!-- Firefox -->
41     <em:targetApplication>
42       <Description>
43         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
44         <em:minVersion>1.5</em:minVersion>
45         <em:maxVersion>3.0.*</em:maxVersion>
46       </Description>
47     </em:targetApplication>
48
49     <!-- Songbird -->
50     <em:targetApplication>
51       <Description>
52         <em:id>songbird@songbirdnest.com</em:id>
53         <em:minVersion>0.3pre</em:minVersion>
54         <em:maxVersion>0.3.*</em:maxVersion>
55       </Description>
56     </em:targetApplication>
57
58     <em:file>
59       <Description about="urn:mozilla:extension:file:greasemonkey">
60         <em:package>content/</em:package>
61       </Description>
62     </em:file>
63
64   </Description>
65
66 </RDF>
Note: See TracBrowser for help on using the browser.