clarkbw / thunderbird-bugzilla-link-grabber

Extracts and cleans bugzilla links from Thunderbird Messages

This URL has Read+Write access

thunderbird-bugzilla-link-grabber / install.rdf
100644 20 lines (19 sloc) 0.848 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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:id>bugzillalinkgrabber@bryan.clark</em:id>
    <em:name>Bugzilla Link Grabber</em:name>
    <em:version>1.1</em:version>
    <em:creator>Bryan Clark</em:creator>
    <em:description>Extracts and cleans bugzilla links from Thunderbird Messages</em:description>
    <em:optionsURL>chrome://bugzillalinkgrabber/content/options.xul</em:optionsURL>
    <em:targetApplication>
      <Description>
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
        <em:minVersion>2.20.*</em:minVersion>
        <em:maxVersion>3.0a1pre</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>