-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
30 lines (27 loc) · 1.07 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
<?xml version="1.0" encoding="UTF-8"?>
<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>Tag Dialog</em:name>
<em:version>1.0.7pre</em:version>
<em:description>Easily add or create tags.</em:description>
<em:creator>teramako</em:creator>
<em:contributor>SHIMODA Hiroshi</em:contributor>
<em:id>tagDialog@teramako</em:id>
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>9.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<em:iconURL>chrome://tagdialog/skin/tagDialogIcon.png</em:iconURL>
<em:homepageURL>http://teramako.googlepages.com/tagdialog-thunderbirdextension</em:homepageURL>
<em:optionsURL>chrome://tagdialog/content/tagDialogPreference.xul</em:optionsURL>
<em:aboutURL/>
<em:targetPlatform/>
</Description>
</RDF>
<!--
vim: sw=2 ts=2 et:
-->