Mercurial > addons > firefox-addons > tab-mover
comparison manifest.json @ 0:480f8e4f4500
Initial revision
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Sun, 19 Feb 2017 00:20:26 +0100 |
parents | |
children | a6c85a6528fd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:480f8e4f4500 |
---|---|
1 { | |
2 "manifest_version": 2, | |
3 "name": "__MSG_extensionName__", | |
4 "version": "1", | |
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 } |