/usr/share/xul-ext/google-tasks-sync/install.rdf is in xul-ext-google-tasks-sync 0.5.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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.1</em:version>
<em:description>Manage your tasks from Thunderbird, even while offline.</em:description>
<em:creator>Tomasz Lewoc</em:creator>
<em:id>google_tasks_sync@tomasz.lewoc</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>20.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
|