X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=afe7d622cf5668c3b22796489f3fc8289e49432d;hp=025f97005027cdc9fc824157d90de51d164d7340;hb=HEAD;hpb=770b99eb23ca37c131fd5497cb5d1ce22bfb1b8d diff --git a/manifest.json b/manifest.json index 025f970..afe7d62 100644 --- a/manifest.json +++ b/manifest.json @@ -2,27 +2,37 @@ "applications": { "gecko": { "id": "{8fb11c5b-84eb-4da0-9128-292eacce2dcb}", - "strict_min_version": "42.0" + "strict_min_version": "57.0" } }, "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.3", + "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.png" + "48": "icons/openlogo-nd.svg" }, "permissions": [ "activeTab", "storage", "clipboardRead" ], "browser_action": { "browser_style": true, - "default_icon": { - "48": "icons/openlogo-nd.svg" - }, - "default_title": "Query Debian pages", - "default_popup": "icedeb.html" + "default_icon": "icons/icedeb-addon-dark.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 + } + ] } }