]> git.donarmstrong.com Git - dactyl.git/blob - melodactyl/install.rdf
Import 1.0 supporting Firefox up to 14.*
[dactyl.git] / melodactyl / install.rdf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3     xmlns:em="http://www.mozilla.org/2004/em-rdf#"
4     xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
5     <Description about="urn:mozilla:install-manifest"
6         em:id="melodactyl@dactyl.googlecode.com"
7         em:type="2"
8         em:name="Melodactyl"
9         em:version="0.1a1pre"
10         em:description="Songbird for Vim and CMus junkies."
11         em:creator="Prathyush Thota"
12         em:homepageURL="http://5digits.org/"
13         em:iconURL="chrome://melodactyl/skin/icon.png"
14         em:optionsURL="chrome://dactyl/content/preferences.xul">
15         <em:targetApplication>
16             <Description>
17                 <em:id>songbird@songbirdnest.com</em:id>
18                 <em:minVersion>1.8.0</em:minVersion>
19                 <em:maxVersion>1.9.*</em:maxVersion>
20             </Description>
21         </em:targetApplication>
22     </Description>
23 </RDF>
24
25 <!-- vim: set fdm=marker sw=4 ts=4 et: -->