summaryrefslogtreecommitdiff
path: root/melodactyl/install.rdf
blob: f0b625d833547e40459a3b65f7e220944264cb2c (plain)
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
<?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#"
    xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
    <Description about="urn:mozilla:install-manifest"
        em:id="melodactyl@dactyl.googlecode.com"
        em:type="2"
        em:name="Melodactyl"
        em:version="0.1a1pre"
        em:description="Songbird for Vim and CMus junkies."
        em:creator="Prathyush Thota"
        em:homepageURL="http://dactyl.sourceforge.net/"
        em:iconURL="chrome://melodactyl/skin/icon.png"
        em:optionsURL="chrome://dactyl/content/preferences.xul">
        <em:targetApplication>
            <Description>
                <em:id>songbird@songbirdnest.com</em:id>
                <em:minVersion>1.8.0</em:minVersion>
                <em:maxVersion>1.9.0</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>

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