X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;h=deb22fa13c3065b261ac8b0ed4a9eba4dc721e91;hp=fe4072eeb11469ff8eea8c42952c0e782d775cc3;hb=d95187733771a5891c76251e5fb764acd9ba7cf0;hpb=a2c022d01b7d7ebb275b6a729f9e4b7eb08b6d83 diff --git a/manifest.json b/manifest.json index fe4072e..deb22fa 100644 --- a/manifest.json +++ b/manifest.json @@ -8,11 +8,11 @@ "author": "Damyan Ivanov", "manifest_version": 2, "version": "2.0", - "name": "Debian buttons", - "description": "Query Debian-related pages using the text in the clipboard", + "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" @@ -20,7 +20,7 @@ "browser_action": { "browser_style": true, "default_icon": "icons/openlogo-nd.svg", - "default_title": "Query Debian pages", + "default_title": "Query Debian websites", "default_popup": "icedeb.html" } }