Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / firefox-extensions / test / launcher / 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
5 <Description about="urn:mozilla:install-manifest">
6
7 <em:id>launcher@elder-gods.org</em:id>
8 <em:name>Launcher</em:name>
9 <em:version>1.1</em:version>
10 <em:description>Launches external applications on links from the context menu</em:description>
11 <em:creator>Larry D'Anna</em:creator>
12 <em:optionsURL>chrome://launcher/content/prefs.xul</em:optionsURL>
13
14
15 <!-- Firefox -->
16 <em:targetApplication>
17 <Description>
18 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
19 <em:minVersion>2.0</em:minVersion>
20 <em:maxVersion>3.0.*</em:maxVersion>
21 </Description>
22 </em:targetApplication>
23
24 </Description>
25
26 </RDF>
This page took 0.268564 seconds and 4 git commands to generate.