Mercurial > addons > firefox-addons > context-web-search
comparison manifest.json.in @ 0:2050741e9711
Initial revision
author | Guido Berhoerster <guido+cws@berhoerster.name> |
---|---|
date | Tue, 18 Sep 2018 22:57:18 +0200 |
parents | |
children | f77dab12bb52 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2050741e9711 |
---|---|
1 { | |
2 "manifest_version": 2, | |
3 "name": "__MSG_extensionName__", | |
4 "version": "@VERSION@", | |
5 "description": "__MSG_extensionDescription__", | |
6 "author": "Guido Berhoerster", | |
7 "homepage_url": "https://code.guido-berhoerster.org/addons/firefox-addons/context-web-search/", | |
8 "default_locale": "en", | |
9 "applications": { | |
10 "gecko": { | |
11 "id": "context-web-search@code.guido-berhoerster.org", | |
12 "strict_min_version": "63.0" | |
13 } | |
14 }, | |
15 "icons": { | |
16 "48": "icons/context-web-search-48.png", | |
17 "96": "icons/context-web-search-96.png" | |
18 }, | |
19 "permissions": [ | |
20 "menus", | |
21 "search" | |
22 ], | |
23 "background": { | |
24 "scripts": [ "background.js" ] | |
25 } | |
26 } |