]> git.ktnx.net Git - icedeb.git/blob - manifest.json
adapt descriptions to reality
[icedeb.git] / manifest.json
1 {
2   "applications": {
3     "gecko": {
4       "id": "{8fb11c5b-84eb-4da0-9128-292eacce2dcb}",
5       "strict_min_version": "42.0"
6     }
7   },
8   "author": "Damyan Ivanov",
9   "manifest_version": 2,
10   "version": "2.0",
11   "name": "Debian queries",
12   "description": "Query Debian-related websites using the text in the clipboard",
13   "homepage_url": "http://icedeb.ktnx.net/",
14   "icons": {
15       "48": "icons/icedeb-addon.svg"
16   },
17    "permissions": [
18     "activeTab", "storage", "clipboardRead"
19   ],
20   "browser_action": {
21     "browser_style": true,
22     "default_icon": "icons/openlogo-nd.svg",
23     "default_title": "Query Debian websites",
24     "default_popup": "icedeb.html"
25   }
26 }