bugfix for `GM_getValue()`, as suggested by https://github.com/qsniyg/
[guerillascript.git] / install.rdf
blobd540c6b4b44fe21dc255dda973a336012ece7dce
1 <?xml version='1.0' encoding='utf-8'?>
2 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
3 <RDF:Description about="urn:mozilla:install-manifest">
4 <id>guerilla@ketmar.no-ip.org</id>
5 <version>0.0.3.7.7</version>
6 <type>2</type>
7 <name>Guerilla Scripting</name>
8 <description>Userscript injecting engine for power users.</description>
9 <bootstrap>false</bootstrap>
10 <iconURL>chrome://guerilla-script-misc/content/icon.png</iconURL>
11 <!--unpack>false</unpack-->
12 <updateURL>https://ketmar.no-ip.org/palemoon/addons/updates.bin?reqversion=%REQ_VERSION%&amp;appid=%APP_ID%&amp;appversion=%APP_VERSION%&amp;curappversion=%CURRENT_APP_VERSION%&amp;os=%APP_OS%&amp;abi=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;type=%UPDATE_TYPE%&amp;compat=%COMPATIBILITY_MODE%&amp;id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxapp=%ITEM_MAXAPPVERSION%</updateURL>
13 <optionsURL>chrome://guerilla-script/content/guerilla-options.xul</optionsURL>
14 <optionsType>2</optionsType>
16 <creator>Ketmar Dark</creator>
17 <contributor>Erik Vold</contributor>
18 <contributor>Greg Parris; http://phob.net/</contributor>
19 <contributor>Nils Maier; https://tn123.org/</contributor>
20 <contributor>Aaron Boodman; http://youngpup.net/ (GreaseMonkey code that i used in several places)</contributor>
21 <contributor>Alexander Sturm; http://alex.st/</contributor>
22 <contributor>Anthony Lieuallen; http://arantius.com/</contributor>
23 <contributor>Chris Feldmann; http://axlotl.net/</contributor>
24 <contributor>David Schontzler; http://stilleye.com/</contributor>
25 <contributor>Erik Vold; http://erikvold.com/</contributor>
26 <contributor>Gareth Andrew; http://freegarethandrew.org/</contributor>
27 <contributor>Hisateru Tanaka</contributor>
28 <contributor>Jeremy Dunck; http://dunck.us/anabasis/</contributor>
29 <contributor>Jesper Kristensen; &lt;mail&#64;jesperkristensen.dk&gt;</contributor>
30 <contributor>Johan Sundström; http://ecmanaut.blogspot.com/</contributor>
31 <contributor>JP Sugarbroad</contributor>
32 <contributor>Juan Pablo Guereca Alonso</contributor>
33 <contributor>Manpreet Singh</contributor>
34 <contributor>Mark Pilgrim; http://diveintomark.org/</contributor>
35 <contributor>Marti Martz</contributor>
36 <contributor>Matthew Gray; http://mkgray.com:8000/</contributor>
37 <contributor>Matthias Bauer; http://moeffju.net/</contributor>
38 <contributor>Mike Medley; http://sizzlemctwizzle.com/</contributor>
39 <contributor>Nikolas Coukouma; http://atrus.org/</contributor>
40 <contributor>Ori Avtallon</contributor>
41 <contributor>Pak Kei (logo); http://arkidect.com/</contributor>
42 <contributor>Sam Larison; http://samlarison.com/</contributor>
43 <contributor>Sergio Abreu; http://sitedosergio.sitesbr.net/</contributor>
44 <contributor>Tommi Rautava</contributor>
45 <contributor>icon by Tharn -- https://forum.palemoon.org/memberlist.php?mode=viewprofile&amp;u=7052</contributor>
46 <contributor>https://github.com/qsniyg/</contributor>
48 <!-- Pale Moon -->
49 <targetApplication>
50 <RDF:Description>
51 <id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</id>
52 <minVersion>27.0</minVersion>
53 <maxVersion>*</maxVersion>
54 </RDF:Description>
55 </targetApplication>
56 </RDF:Description>
57 </RDF:RDF>