-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.rdf
39 lines (33 loc) · 1.42 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
<?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>GTG Task Button</em:name>
<em:description>Easily transform a page into a task for Getting Things GNOME! with a single click."</em:description>
<em:creator>Izidor Matušov</em:creator>
<em:version>1.4</em:version>
<em:homepageURL>http://gtgnome.net</em:homepageURL>
<em:iconURL>chrome://gtgtask/content/icon.png</em:iconURL>
<em:localized>
<Description>
<em:locale>fr-FR</em:locale>
<em:name>GTG Task Button</em:name>
<em:description>Transforme d'un simple clic une page ou un email en tâche pour Getting Things GNOME!</em:description>
</Description>
</em:localized>
<!-- We need to unpack this extension to be able run external python script -->
<em:unpack>true</em:unpack>
<!-- This is an extension -->
<em:type>2</em:type>
<!-- Firefox -->
<em:targetApplication>
<Description em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.0" em:maxVersion="42.0" />
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
em:minVersion="3.0" em:maxVersion="32.0" />
</em:targetApplication>
</Description>
</RDF>