]> git.ktnx.net Git - icedeb.git/blob - manifest.json
use https for the homepage_url
[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.2",
11   "name": "Debian queries",
12   "description": "Query Debian-related websites using the text in the clipboard",
13   "homepage_url": "https://icedeb.ktnx.net/",
14   "icons": {
15       "48": "icons/openlogo-nd.svg"
16   },
17    "permissions": [
18     "activeTab", "storage", "clipboardRead"
19   ],
20   "browser_action": {
21     "browser_style": true,
22     "default_icon": "icons/icedeb-addon-light.svg",
23     "default_title": "Query Debian websites",
24     "default_popup": "icedeb.html",
25     "theme_icons": [
26         {
27             "light": "icons/icedeb-addon-light.svg",
28             "dark": "icons/icedeb-addon-dark.svg",
29             "size": 16
30         },
31         {
32             "light": "icons/icedeb-addon-light.svg",
33             "dark": "icons/icedeb-addon-dark.svg",
34             "size": 32
35         }
36     ]
37   }
38 }