summaryrefslogtreecommitdiff
path: root/teledactyl/install.rdf
blob: 0ee64eac0328a829080730e0399709b691ca87eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>teledactyl@dactyl.googlecode.com</em:id>
        <em:name>Teledactyl</em:name>
        <em:version>0.5b1pre</em:version>
        <em:description>Thunderbird for Mutt and Vim addicts</em:description>
        <em:creator>Kris Maglione</em:creator>
        <em:homepageURL>http://dactyl.sf.net/Teledactyl</em:homepageURL>
        <em:iconURL>chrome://teledactyl/skin/icon.png</em:iconURL>
        <em:optionsURL>chrome://dactyl/content/preferences.xul</em:optionsURL>
        <em:targetApplication>
            <Description>
                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
                <em:minVersion>3.0b3</em:minVersion>
                <em:maxVersion>3.2</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>

<!-- vim: set fdm=marker sw=4 ts=4 et: -->