forked from simonlindholm/toggle-gifs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
28 lines (28 loc) · 1.15 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
<?xml version="1.0" encoding="utf-8"?>
<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>[email protected]</em:id>
<em:type>2</em:type>
<em:name>Toggle animated GIFs</em:name>
<em:version>1.2</em:version>
<em:bootstrap>true</em:bootstrap>
<em:creator>Simon Lindholm</em:creator>
<em:optionsType>2</em:optionsType>
<!-- Firefox for Desktop -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>19.0</em:minVersion>
<em:maxVersion>32.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Firefox for Android -->
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>26.0</em:minVersion>
<em:maxVersion>32.0a1</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>