-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.rdf
27 lines (23 loc) · 1019 Bytes
/
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
<?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>Google Tasks Sync</em:name>
<em:version>0.5.2</em:version>
<em:description>Manage your tasks from Thunderbird, even while offline.</em:description>
<em:creator>Tomasz Lewoc</em:creator>
<em:id>[email protected]</em:id>
<em:homepageURL>https://code.google.com/p/gt-tasks-sync/</em:homepageURL>
<em:optionsURL>chrome://google_tasks_sync/content/options.xul</em:optionsURL>
<em:optionsType>2</em:optionsType>
<em:type>2</em:type> <!-- extension -->
<em:icon64URL>chrome://google_tasks_sync/skin/icon-64.png</em:icon64URL>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>17.0</em:minVersion>
<em:maxVersion>31.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>