]> git.ktnx.net Git - icedeb.git/commitdiff
adapt descriptions to reality
authorDamyan Ivanov <dmn@debian.org>
Tue, 27 Jun 2017 20:44:47 +0000 (20:44 +0000)
committerDamyan Ivanov <dmn@debian.org>
Tue, 27 Jun 2017 20:44:47 +0000 (20:44 +0000)
no longer a collection of buttons but a list of query links

manifest.json

index cdf68dcc9707a117314fa3a8dee632db805642e1..deb22fa13c3065b261ac8b0ed4a9eba4dc721e91 100644 (file)
@@ -8,8 +8,8 @@
   "author": "Damyan Ivanov",
   "manifest_version": 2,
   "version": "2.0",
   "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"
   "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",
   "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"
   }
 }
     "default_popup": "icedeb.html"
   }
 }