]> git.donarmstrong.com Git - dactyl.git/blob - teledactyl/install.rdf
d68eb62efcde5e6a75ef6fc3edb458c2487d1519
[dactyl.git] / teledactyl / install.rdf
1 <?xml version="1.0"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4     <Description about="urn:mozilla:install-manifest"
5         em:id="teledactyl@dactyl.googlecode.com"
6         em:type="2"
7         em:name="Teledactyl"
8         em:version="0.5b1pre"
9         em:description="Thunderbird for Mutt and Vim addicts"
10         em:creator="Kris Maglione"
11         em:homepageURL="http://dactyl.sf.net/Teledactyl"
12         em:iconURL="chrome://teledactyl/skin/icon.png"
13         em:optionsURL="chrome://dactyl/content/preferences.xul">
14         <em:targetApplication>
15             <Description>
16                 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
17                 <em:minVersion>3.0b3</em:minVersion>
18                 <em:maxVersion>3.2</em:maxVersion>
19             </Description>
20         </em:targetApplication>
21     </Description>
22 </RDF>
23
24 <!-- vim: set fdm=marker sw=4 ts=4 et: -->