]> git.ktnx.net Git - icedeb.git/blobdiff - manifest.json
remove unused rule from Makefile
[icedeb.git] / manifest.json
index 025f97005027cdc9fc824157d90de51d164d7340..deb22fa13c3065b261ac8b0ed4a9eba4dc721e91 100644 (file)
@@ -8,21 +8,19 @@
   "author": "Damyan Ivanov",
   "manifest_version": 2,
   "version": "2.0",
-  "name": "Debian buttons",
-  "description": "Query Debian-related pages using the text in the clipboard",
+  "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"
   ],
   "browser_action": {
     "browser_style": true,
-    "default_icon": {
-      "48": "icons/openlogo-nd.svg"
-    },
-    "default_title": "Query Debian pages",
+    "default_icon": "icons/openlogo-nd.svg",
+    "default_title": "Query Debian websites",
     "default_popup": "icedeb.html"
   }
 }