summaryrefslogtreecommitdiff
path: root/data/extensions/abouticecat@gnu.org/install.rdf
blob: f315dd242e19c05003e7f7094d4f1f999c45a66c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<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:name>IceCatHome</em:name>
        <em:creator>Ruben Rodriguez</em:creator>
        <em:id>abouticecat@gnu.org</em:id>
        <em:version>1.0</em:version>
        <em:description>Custom about:home page with privacy feature selector</em:description>
        <em:updateURL>https://127.0.0.1/</em:updateURL>
        <em:multiprocessCompatible>true</em:multiprocessCompatible>
<!--  <em:updateKey></em:updateKey> -->
        <!-- firefox -->
        <em:targetApplication>
            <Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>30.0</em:minVersion>
                <em:maxVersion>10000.0</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>