X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=20579e1ae58094440a3de49c09793e8347215762;hp=025f97005027cdc9fc824157d90de51d164d7340;hb=d28e9ea2cafd33cb88729025f07d5f542b0af5fb;hpb=770b99eb23ca37c131fd5497cb5d1ce22bfb1b8d diff --git a/manifest.json b/manifest.json index 025f970..20579e1 100644 --- a/manifest.json +++ b/manifest.json @@ -7,22 +7,20 @@ }, "author": "Damyan Ivanov", "manifest_version": 2, - "version": "2.0", - "name": "Debian buttons", - "description": "Query Debian-related pages using the text in the clipboard", + "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.png" + "48": "icons/icedeb-addon.svg" }, "permissions": [ "activeTab", "storage", "clipboardRead" ], "browser_action": { "browser_style": true, - "default_icon": { - "48": "icons/openlogo-nd.svg" - }, - "default_title": "Query Debian pages", + "default_icon": "icons/openlogo-nd.svg", + "default_title": "Query Debian websites", "default_popup": "icedeb.html" } }