X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=7dc85f883c6a0428c0ecde00ff02de7ea52c7234;hp=deb22fa13c3065b261ac8b0ed4a9eba4dc721e91;hb=00e050daa521421fc8af108cbfa045a1ff122152;hpb=ff28314f87c99717f07a093e572c9ed28d6f3143 diff --git a/manifest.json b/manifest.json index deb22fa..7dc85f8 100644 --- a/manifest.json +++ b/manifest.json @@ -7,20 +7,32 @@ }, "author": "Damyan Ivanov", "manifest_version": 2, - "version": "2.0", + "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.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 + } + ] } }