forked from imfo/imglikeopera
-
Notifications
You must be signed in to change notification settings - Fork 3
/
install.rdf
executable file
·45 lines (38 loc) · 2.1 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
45
<?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:id>[email protected]</em:id>
<em:name>ImgLikeOpera</em:name>
<em:type>2</em:type>
<em:version>0.6.23</em:version>
<em:description>Show cached images only</em:description>
<em:creator>Danil Ivanov</em:creator>
<em:contributor>Wladimir Palant (great help)</em:contributor>
<em:contributor>Roman Ivanov aka kukutz (belief)</em:contributor>
<em:contributor>Alexey Gubanov aka Ragnaar (icons)</em:contributor>
<em:contributor>Everaldo Coelho; everaldo.com (icons)</em:contributor>
<em:contributor>13thGreg and other correctors of my English</em:contributor>
<em:contributor>Hadakadenkyu; hadakadenkyu.flnet.org (ja-JP locale)</em:contributor>
<em:contributor>Armin C. Schneider; erweiterungen.de (de-DE locale)</em:contributor>
<em:contributor>Luana aka MatrixIsAllOver; extenzilla.it (it-IT locale)</em:contributor>
<em:contributor>Leszek(teo)Życzkowski; mozillapl.org/projekty/LeszekZyczkowski (pl-PL locale)</em:contributor>
<em:contributor>Urko; (es-ES locale)</em:contributor>
<em:contributor>Tsprajna; (zh-TW locale)</em:contributor>
<em:contributor>D.Kuznetzoff</em:contributor>
<em:contributor>MySh</em:contributor>
<em:contributor>... and others.</em:contributor>
<em:homepageURL>http://imglikeopera.mozdev.org/</em:homepageURL>
<!-- <em:updateURL>https://www.mozdev.org/p/updates/imglikeopera/[email protected]/update.rdf</em:updateURL> -->
<em:optionsURL>chrome://imglikeopera/content/preferences/preferences.xul</em:optionsURL>
<em:iconURL>chrome://imglikeopera/skin/imglikeopera.png</em:iconURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>19.0</em:minVersion>
<em:maxVersion>21.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>