Commit | Line | Data |
---|---|---|
21c4e167 H |
1 | <?xml version="1.0"?>\r |
2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" \r | |
3 | xmlns:em="http://www.mozilla.org/2004/em-rdf#">\r | |
4 | \r | |
5 | <Description about="urn:mozilla:install-manifest">\r | |
6 | \r | |
7 | <em:id>launcher@elder-gods.org</em:id>\r | |
8 | <em:name>Launcher</em:name>\r | |
9 | <em:version>1.1</em:version>\r | |
10 | <em:description>Launches external applications on links from the context menu</em:description>\r | |
11 | <em:creator>Larry D'Anna</em:creator>\r | |
12 | <em:optionsURL>chrome://launcher/content/prefs.xul</em:optionsURL>\r | |
13 | \r | |
14 | \r | |
15 | <!-- Firefox -->\r | |
16 | <em:targetApplication>\r | |
17 | <Description>\r | |
18 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>\r | |
19 | <em:minVersion>2.0</em:minVersion>\r | |
20 | <em:maxVersion>3.0.*</em:maxVersion>\r | |
21 | </Description>\r | |
22 | </em:targetApplication>\r | |
23 | \r | |
24 | </Description>\r | |
25 | \r | |
26 | </RDF>\r |