1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 16:19:39 +02:00
uBlock/platform/firefox/install.rdf

74 lines
2.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.mozilla.org/2004/em-rdf#">
<r:Description about="urn:mozilla:install-manifest">
<id>uBlock0@raymondhill.net</id>
<version>{version}</version>
<name>{name}</name>
<description>{description}</description>
<homepageURL>{homepage}</homepageURL>
<creator>{author}</creator>
2015-07-11 18:58:50 +02:00
<developer>Deathamns</developer>
<developer>Alex Vallat</developer>
2015-10-16 18:38:31 +02:00
<developer>Manuel Reimer</developer>
<type>2</type>
<bootstrap>true</bootstrap>
<multiprocessCompatible>true</multiprocessCompatible>
2015-03-02 19:49:34 +01:00
<optionsType>2</optionsType>
2015-10-03 15:44:23 +02:00
{localized}
<!-- Firefox -->
<targetApplication>
<r:Description>
<id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
<minVersion>24.0</minVersion>
2016-03-03 16:37:35 +01:00
<maxVersion>*</maxVersion>
</r:Description>
</targetApplication>
2015-02-28 20:18:58 +01:00
<!-- Fennec -->
2015-02-12 19:19:17 +01:00
<targetApplication>
<r:Description>
<id>{{aa3c5121-dab2-40e2-81ca-7ea25febc110}}</id>
<minVersion>24.0</minVersion>
2016-03-03 16:37:35 +01:00
<maxVersion>*</maxVersion>
2015-02-12 19:19:17 +01:00
</r:Description>
</targetApplication>
<!-- SeaMonkey -->
<targetApplication>
<r:Description>
<id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
<minVersion>2.21</minVersion>
2015-11-09 14:37:32 +01:00
<maxVersion>2.39.*</maxVersion>
</r:Description>
</targetApplication>
2015-07-25 01:26:39 +02:00
<!-- Pale Moon -->
<targetApplication>
<r:Description>
<id>{{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}}</id>
<minVersion>25.0</minVersion>
2015-08-20 13:34:53 +02:00
<maxVersion>26.*</maxVersion>
2015-07-25 01:26:39 +02:00
</r:Description>
</targetApplication>
<!-- Conkeror -->
<targetApplication>
<r:Description>
2015-10-03 15:44:23 +02:00
<id>{{a79fe89b-6662-4ff4-8e88-09950ad4dfde}}</id>
<minVersion>0.1</minVersion>
<maxVersion>9.9</maxVersion>
</r:Description>
</targetApplication>
2015-10-08 19:15:00 +02:00
<!-- Thunderbird -->
<targetApplication>
<r:Description>
<id>{{3550f703-e582-4d05-9a08-453d09bdfdc6}}</id>
<minVersion>31.0</minVersion>
2015-10-08 19:15:00 +02:00
<maxVersion>45.0</maxVersion>
</r:Description>
</targetApplication>
</r:Description>
</r:RDF>