Mercurial > addons > firefox-addons > tab-mover
comparison manifest.json.in @ 13:e4391e12b799
Generate manifest.json
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Wed, 22 Feb 2017 09:11:14 +0100 |
parents | manifest.json@a003955c8b23 |
children | 4704e5216412 |
comparison
equal
deleted
inserted
replaced
12:e32b90567f39 | 13:e4391e12b799 |
---|---|
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/tab-mover/", | |
8 "applications": { | |
9 "gecko": { | |
10 "id": "tab-mover@code.guido-berhoerster.org", | |
11 "strict_min_version": "51.0" | |
12 } | |
13 }, | |
14 "icons": { | |
15 "48": "icons/tab-mover-48.png", | |
16 "96": "icons/tab-mover-96.png" | |
17 }, | |
18 "default_locale": "en", | |
19 "permissions": [ | |
20 "contextMenus", | |
21 "tabs" | |
22 ], | |
23 "background": { | |
24 "scripts": [ | |
25 "background.js" | |
26 ] | |
27 } | |
28 } |