]> git.ktnx.net Git - icedeb.git/blob - install.rdf
an attempt to produce a descent restartless variant
[icedeb.git] / install.rdf
1 <?xml version="1.0" encoding="utf-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
3   <Description about="urn:mozilla:install-manifest">
4     <em:bootstrap>true</em:bootstrap>
5     <em:name>Debian buttons</em:name>
6     <em:description>Collection of buttons for querying Debian-related pages using the text in the clipboard. Place some text in the clipboard (package name, bug number, message-ID) and click on one of the buttons. Clicking with the middle mouse button opens a new tab.</em:description>
7     <em:creator>Damyan Ivanov</em:creator>
8     <em:id>{8fb11c5b-84eb-4da0-9128-292eacce2dcb}</em:id>
9     <em:version>2.0</em:version>
10     <em:homepageURL />
11     <em:type>2</em:type> <!-- type=extension -->
12     <em:iconURL>chrome://icedeb/content/icon.png</em:iconURL>
13     <em:targetApplication><!-- Firefox -->
14       <Description>
15         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
16         <em:minVersion>4.0</em:minVersion>
17         <em:maxVersion>6.*</em:maxVersion>
18       </Description>
19     </em:targetApplication>
20   </Description>
21 </RDF>