-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
38 lines (33 loc) · 2.01 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
<?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>Snapper</em:name>
<em:id>{fab752b0-f83e-11da-974d-0800200c9a66}</em:id>
<em:version>2.1</em:version>
<em:type>2</em:type>
<em:description>Allows you to create a snapshot of a designated area in a web page.</em:description>
<em:creator>Joe Miller</em:creator>
<em:contributor>Natty Dreed (BabelZilla) - Translation ar-SA</em:contributor>
<em:contributor>Joergen (BabelZilla) - Translation da-DK</em:contributor>
<em:contributor>ucn (BabelZilla) - Translation de-DE</em:contributor>
<em:contributor>ZuGro (BabelZilla) - Translation es-ES/es-AR</em:contributor>
<em:contributor>Ezequiel Calderara - Translation es-ES/es-AR</em:contributor>
<em:contributor>Goofy (BabelZilla) - Translation fr-FR</em:contributor>
<em:contributor>markh (BabelZilla) - Translation nl-NL</em:contributor>
<em:contributor>Ghelman (BabelZilla) - Translation pt-BR</em:contributor>
<em:contributor>le_ (BabelZilla) - Translation ru-RU</em:contributor>
<em:contributor>TRblkm2r (BabelZilla) - Translation tr-TR</em:contributor>
<em:contributor>yfdyh000 (BabelZilla) - Translation zh-CN</em:contributor>
<em:homePageURL></em:homePageURL>
<em:iconURL>chrome://snapper/content/images/snapper_ext_mgr_icon.png</em:iconURL>
<em:optionsURL>chrome://snapper/content/SnapperPreferences.xul</em:optionsURL>
<em:aboutURL>chrome://snapper/content/about.xul</em:aboutURL>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>