X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=33b73d9337e7826829b59eacc2264d3839933b64;hp=20579e1ae58094440a3de49c09793e8347215762;hb=bdaf41c3c11323b0b8909d635cea8ea6f5126b2a;hpb=b6baa5ee6065621b7cd148b563145a4cc57fe73f diff --git a/manifest.json b/manifest.json index 20579e1..33b73d9 100644 --- a/manifest.json +++ b/manifest.json @@ -7,20 +7,32 @@ }, "author": "Damyan Ivanov", "manifest_version": 2, - "version": "2.1", + "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 + } + ] } }