Mercurial > addons > firefox-addons > open-incognito
comparison manifest.json.in @ 0:3353f3c48b6b
Initial revision
author | Guido Berhoerster <guido+open-incognito@berhoerster.name> |
---|---|
date | Fri, 14 Dec 2018 15:59:37 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3353f3c48b6b |
---|---|
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/open-incognito/", | |
8 "default_locale": "en", | |
9 "applications": { | |
10 "gecko": { | |
11 "id": "open-incognito@code.guido-berhoerster.org", | |
12 "strict_min_version": "60.0" | |
13 } | |
14 }, | |
15 "icons": { | |
16 "48": "icons/open-incognito-48.png", | |
17 "96": "icons/open-incognito-96.png" | |
18 }, | |
19 "permissions": [ | |
20 "menus", | |
21 "<all_urls>" | |
22 ], | |
23 "background": { | |
24 "scripts": [ "background.js" ] | |
25 } | |
26 } |