forked from pausantesmasses/cachetoggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
44 lines (44 loc) · 1.8 KB
/
install.rdf
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
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.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:id>{e90888b8-ee55-452b-8492-f2d54e8a9ab5}</em:id>
<em:name>CacheSwitch</em:name>
<em:version>0.7</em:version>
<em:type>2</em:type>
<em:description>Status bar toggle for the browser cache</em:description>
<em:creator>Job Bautista</em:creator>
<em:contributor>Pau Santesmasses</em:contributor>
<em:homepageURL>https://addons.palemoon.org/addon/cacheswitch</em:homepageURL>
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id><!-- Pale Moon -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>29.4.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><!-- Firefox pre-Quantum/Basilisk -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id><!-- SeaMonkey -->
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>2.53.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{a3210b97-8e8a-4737-9aa0-aa0e607640b9}</em:id><!-- Borealis Navigator -->
<em:minVersion>0.9.7766a1</em:minVersion>
<em:maxVersion>0.9.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>