X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;fp=manifest.json;h=7dc85f883c6a0428c0ecde00ff02de7ea52c7234;hp=20579e1ae58094440a3de49c09793e8347215762;hb=00e050daa521421fc8af108cbfa045a1ff122152;hpb=d28e9ea2cafd33cb88729025f07d5f542b0af5fb diff --git a/manifest.json b/manifest.json index 20579e1..7dc85f8 100644 --- a/manifest.json +++ b/manifest.json @@ -12,15 +12,27 @@ "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 + } + ] } }