X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=33b73d9337e7826829b59eacc2264d3839933b64;hp=cdf68dcc9707a117314fa3a8dee632db805642e1;hb=bdaf41c3c11323b0b8909d635cea8ea6f5126b2a;hpb=e1200d6fed0e925808f97727267d996051db9527 diff --git a/manifest.json b/manifest.json index cdf68dc..33b73d9 100644 --- a/manifest.json +++ b/manifest.json @@ -7,20 +7,32 @@ }, "author": "Damyan Ivanov", "manifest_version": 2, - "version": "2.0", - "name": "Debian buttons", - "description": "Query Debian-related pages using the text in the clipboard", - "homepage_url": "http://icedeb.ktnx.net/", + "version": "2.2", + "name": "Debian queries", + "description": "Query Debian-related websites using the text in the clipboard", + "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_title": "Query Debian pages", - "default_popup": "icedeb.html" + "default_icon": "icons/icedeb-addon-light.svg", + "default_title": "Query Debian websites", + "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 + } + ] } }