]> git.ktnx.net Git - icedeb.git/blobdiff - manifest.json
use https for the homepage_url
[icedeb.git] / manifest.json
index deb22fa13c3065b261ac8b0ed4a9eba4dc721e91..33b73d9337e7826829b59eacc2264d3839933b64 100644 (file)
@@ -7,20 +7,32 @@
   },
   "author": "Damyan Ivanov",
   "manifest_version": 2,
-  "version": "2.0",
+  "version": "2.2",
   "name": "Debian queries",
   "description": "Query Debian-related websites using the text in the clipboard",
-  "homepage_url": "http://icedeb.ktnx.net/",
+  "homepage_url": "https://icedeb.ktnx.net/",
   "icons": {
-      "48": "icons/icedeb-addon.svg"
+      "48": "icons/openlogo-nd.svg"
   },
    "permissions": [
     "activeTab", "storage", "clipboardRead"
   ],
   "browser_action": {
     "browser_style": true,
-    "default_icon": "icons/openlogo-nd.svg",
+    "default_icon": "icons/icedeb-addon-light.svg",
     "default_title": "Query Debian websites",
-    "default_popup": "icedeb.html"
+    "default_popup": "icedeb.html",
+    "theme_icons": [
+        {
+            "light": "icons/icedeb-addon-light.svg",
+            "dark": "icons/icedeb-addon-dark.svg",
+            "size": 16
+        },
+        {
+            "light": "icons/icedeb-addon-light.svg",
+            "dark": "icons/icedeb-addon-dark.svg",
+            "size": 32
+        }
+    ]
   }
 }