]> git.ktnx.net Git - icedeb.git/blobdiff - manifest.json
add support for clipboard.readText(), available in firefox 63
[icedeb.git] / manifest.json
index fe4072eeb11469ff8eea8c42952c0e782d775cc3..20579e1ae58094440a3de49c09793e8347215762 100644 (file)
@@ -7,12 +7,12 @@
   },
   "author": "Damyan Ivanov",
   "manifest_version": 2,
-  "version": "2.0",
-  "name": "Debian buttons",
-  "description": "Query Debian-related pages using the text in the clipboard",
+  "version": "2.1",
+  "name": "Debian queries",
+  "description": "Query Debian-related websites using the text in the clipboard",
   "homepage_url": "http://icedeb.ktnx.net/",
   "icons": {
-      "48": "icons/icedeb-addon.png"
+      "48": "icons/icedeb-addon.svg"
   },
    "permissions": [
     "activeTab", "storage", "clipboardRead"
@@ -20,7 +20,7 @@
   "browser_action": {
     "browser_style": true,
     "default_icon": "icons/openlogo-nd.svg",
-    "default_title": "Query Debian pages",
+    "default_title": "Query Debian websites",
     "default_popup": "icedeb.html"
   }
 }