forked from Noitidart/NativeShot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
92 lines (88 loc) · 3.93 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<!-- 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>NativeShot@jetpack</em:id>
<em:version>1.9b</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:optionsType>3</em:optionsType>
<em:optionsURL>about:nativeshot?options</em:optionsURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>44.0</em:minVersion> <!-- not yet defined -->
<em:maxVersion>49.0</em:maxVersion> <!-- the latest version i tested it in -->
</Description>
</em:targetApplication>
<!-- Firefox for Android -->
<em:targetApplication>
<Description>
<em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
<em:minVersion>44.0</em:minVersion> <!-- not yet defined -->
<em:maxVersion>49.0</em:maxVersion> <!-- latest firefox for android version i tested in -->
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<!-- must provide default non-localized because It's used as a default on AMO. It's used as a default by the add-on manager, with the possibility of other locales overriding it. Failure to provide a non-localized name will lead to failed upload on AMO. -->
<em:name>NativeShot</em:name>
<em:description>Freeze frame screenshot tool to capture and edit anything on any monitor</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
<!-- start localizing - For each entry in default data MUST have equivalent in each localized block -->
<em:localized>
<Description>
<em:locale>de</em:locale>
<em:name>NativeShot</em:name>
<em:description>Erstellen und Bearbeiten von Screenshots von allem auf jedem Monitor</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
<em:translator>Endor8</em:translator>
<em:translator>Aryx</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>en-US</em:locale>
<em:name>NativeShot</em:name>
<em:description>Freeze frame screenshot tool to capture and edit anything on any monitor</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>nl</em:locale>
<em:name>NativeShot</em:name>
<em:description>Hulpmiddel voor het maken en bewerken van stilstaande schermafbeeldingen op willekeurige monitoren</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
<em:translator>Tonnes</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>ro</em:locale>
<em:name>NativeShot</em:name>
<em:description>Captură de ecran stop-cadru pentru a captura și edita orice pe orice monitor</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
<em:translator>Jobava</em:translator>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>zh-CN</em:locale>
<em:name>NativeShot</em:name>
<em:description>留下当前的屏幕画面以截取或在任何显示器上随意编辑</em:description>
<em:creator>Noitidart</em:creator>
<em:contributor>Michael@MetroUinvertDock for Icon</em:contributor>
<em:translator>yfdyh000</em:translator>
</Description>
</em:localized>
</Description>
</RDF>