diff options
Diffstat (limited to 'data/extensions/spyblock@gnu.org/install.rdf')
-rw-r--r-- | data/extensions/spyblock@gnu.org/install.rdf | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/data/extensions/spyblock@gnu.org/install.rdf b/data/extensions/spyblock@gnu.org/install.rdf new file mode 100644 index 0000000..e88421e --- /dev/null +++ b/data/extensions/spyblock@gnu.org/install.rdf @@ -0,0 +1,76 @@ +<?xml version="1.0"?> + +<!-- + - This file is part of the Adblock Plus build tools, + - Copyright (C) 2006-2014 Eyeo GmbH + - + - Adblock Plus is free software: you can redistribute it and/or modify + - it under the terms of the GNU General Public License version 3 as + - published by the Free Software Foundation. + - + - Adblock Plus is distributed in the hope that it will be useful, + - but WITHOUT ANY WARRANTY; without even the implied warranty of + - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + - GNU General Public License for more details. + - + - You should have received a copy of the GNU General Public License + - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. + --> + +<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>spyblock@gnu.org</em:id> + <em:version>2.6.3.0</em:version> + <em:name>SpyBlock</em:name> + <em:description>Privacy blacklist filter</em:description> + <em:creator>Based on AdBlock Plus by Wladimir Palant</em:creator><em:contributor>Claude Lespagnol aka Efdur</em:contributor><em:contributor>Nickolay Ponomarev</em:contributor><em:contributor>Kevin Keller</em:contributor><em:contributor>Fabrice Desré</em:contributor><em:contributor>Hubird</em:contributor><em:contributor>Günther Beyer (opoloo.de)</em:contributor><em:contributor>Algimantas Margevičius</em:contributor><em:contributor>anonymous74100</em:contributor><em:contributor>BsT</em:contributor><em:contributor>Crits</em:contributor><em:contributor>Famlam</em:contributor><em:contributor>fanboy</em:contributor><em:contributor>heradhis</em:contributor><em:contributor>Jiefei</em:contributor><em:contributor>John</em:contributor><em:contributor>Khrin</em:contributor><em:contributor>Lain_13</em:contributor><em:contributor>Li</em:contributor><em:contributor>Lian</em:contributor><em:contributor>MenetZ</em:contributor><em:contributor>MonztA</em:contributor><em:contributor>None</em:contributor><em:contributor>smed79</em:contributor><em:contributor>tomasko126</em:contributor><em:contributor>Zoso</em:contributor><em:contributor>Александър Станев</em:contributor> + <em:homepageURL>https://www.gnu.org/software/gnuzilla/</em:homepageURL> + <em:type>2</em:type> + <em:bootstrap>true</em:bootstrap> + <em:optionsURL>chrome://adblockplus/content/ui/settings.xul</em:optionsURL> + <em:optionsType>2</em:optionsType> + + <em:targetApplication> + <Description> + <!-- fennec2 --> + <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> + <em:minVersion>22.0</em:minVersion> + <em:maxVersion>33.0</em:maxVersion> + </Description> + </em:targetApplication> + <em:targetApplication> + <Description> + <!-- firefox --> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>22.0</em:minVersion> + <em:maxVersion>33.0</em:maxVersion> + </Description> + </em:targetApplication> + <em:targetApplication> + <Description> + <!-- seamonkey --> + <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> + <em:minVersion>2.19</em:minVersion> + <em:maxVersion>2.30</em:maxVersion> + </Description> + </em:targetApplication> + <em:targetApplication> + <Description> + <!-- thunderbird --> + <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> + <em:minVersion>22.0</em:minVersion> + <em:maxVersion>33.0</em:maxVersion> + </Description> + </em:targetApplication> + <em:targetApplication> + <Description> + <!-- toolkit --> + <em:id>toolkit@mozilla.org</em:id> + <em:minVersion>22.0</em:minVersion> + <em:maxVersion>33.0</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF> |