From: Damyan Ivanov Date: Tue, 27 Jun 2017 20:44:47 +0000 (+0000) Subject: adapt descriptions to reality X-Git-Tag: 2.0~6 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=ff28314f87c99717f07a093e572c9ed28d6f3143;ds=sidebyside adapt descriptions to reality no longer a collection of buttons but a list of query links --- diff --git a/manifest.json b/manifest.json index cdf68dc..deb22fa 100644 --- a/manifest.json +++ b/manifest.json @@ -8,8 +8,8 @@ "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.svg" @@ -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" } }