X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=33b73d9337e7826829b59eacc2264d3839933b64;hp=deb22fa13c3065b261ac8b0ed4a9eba4dc721e91;hb=bdaf41c3c11323b0b8909d635cea8ea6f5126b2a;hpb=ff28314f87c99717f07a093e572c9ed28d6f3143 diff --git a/manifest.json b/manifest.json index deb22fa..33b73d9 100644 --- a/manifest.json +++ b/manifest.json @@ -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 + } + ] } }