aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/install.rdf
blob: 40050049248150c6a37cb8f60fd14accfdaf6ab1 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?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>
        <developer>Deathamns</developer>
        <developer>Alex Vallat</developer>
        <developer>Manuel Reimer</developer>
        <type>2</type>
        <bootstrap>true</bootstrap>
        <multiprocessCompatible>true</multiprocessCompatible>
        <optionsType>2</optionsType>
{localized}

        <!-- Firefox -->
        <targetApplication>
            <r:Description>
                <id>{{ec8030f7-c20a-464f-9b0e-13a3a9e97384}}</id>
                <minVersion>24.0</minVersion>
                <maxVersion>43.0</maxVersion>
            </r:Description>
        </targetApplication>

        <!-- Fennec -->
        <targetApplication>
            <r:Description>
                <id>{{aa3c5121-dab2-40e2-81ca-7ea25febc110}}</id>
                <minVersion>24.0</minVersion>
                <maxVersion>40.0</maxVersion>
            </r:Description>
        </targetApplication>

        <!-- SeaMonkey -->
        <targetApplication>
            <r:Description>
                <id>{{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}}</id>
                <minVersion>2.21</minVersion>
                <maxVersion>2.38</maxVersion>
            </r:Description>
        </targetApplication>

        <!-- Pale Moon -->
        <targetApplication>
            <r:Description>
                <id>{{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}}</id>
                <minVersion>25.0</minVersion>
                <maxVersion>26.*</maxVersion>
            </r:Description>
        </targetApplication>

        <!-- Conkeror -->
        <targetApplication>
            <r:Description>
                <id>{{a79fe89b-6662-4ff4-8e88-09950ad4dfde}}</id>
                <minVersion>0.1</minVersion>
                <maxVersion>9.9</maxVersion>
            </r:Description>
        </targetApplication>

        <!-- Thunderbird -->
        <targetApplication>
            <r:Description>
                <id>{{3550f703-e582-4d05-9a08-453d09bdfdc6}}</id>
                <minVersion>31.8.0</minVersion>
                <maxVersion>45.0</maxVersion>
            </r:Description>
        </targetApplication>
    </r:Description>
</r:RDF>