]> git.ktnx.net Git - icedeb.git/blobdiff - install.rdf
bump version to 1.2
[icedeb.git] / install.rdf
index 7f7d670ab0b06b4f7b81664ddd31e8609feb3993..88ea2ea841055d11b8ff58055655678b904d5833 100644 (file)
@@ -6,29 +6,23 @@
   <Description
     about="urn:mozilla:install-manifest"
 
-    em:name="Custom Button"
-    em:description="My custom toolbar button"
-    em:creator="My name"
+    em:name="Debian buttons"
+    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) and click on one of the buttons. Clicking with the middle mouse button opens a new tab."
+    em:creator="Damyan Ivanov"
 
-    em:id="custom-toolbar-button@example.com"
-    em:version="1.0"
-    em:homepageURL="http://developer.mozilla.org/en/docs/Custom_Toolbar_Button"
+    em:id="{8fb11c5b-84eb-4da0-9128-292eacce2dcb}"
+    em:version="1.2"
+    em:homepageURL=""
 
-    em:iconURL="chrome://custombutton/content/icon.png" >
+    em:iconURL="chrome://icedeb/content/icon.png" >
 
     <em:targetApplication><!-- Firefox -->
       <Description
         em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
         em:minVersion="1.4"
-        em:maxVersion="99" />
+        em:maxVersion="4.0b1" />
     </em:targetApplication>
 
-    <em:file>
-      <Description
-        about="urn:mozilla:extension:custombutton"
-        em:package="content/custombutton/" />
-    </em:file>
-
   </Description>
 
 </RDF>