Mercurial > addons > firefox-addons > tab-mover
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manifest.json.in Wed Feb 22 09:11:14 2017 +0100 @@ -0,0 +1,28 @@ +{ + "manifest_version": 2, + "name": "__MSG_extensionName__", + "version": "@VERSION@", + "description": "__MSG_extensionDescription__", + "author": "Guido Berhoerster", + "homepage_url": "https://code.guido-berhoerster.org/addons/firefox-addons/tab-mover/", + "applications": { + "gecko": { + "id": "tab-mover@code.guido-berhoerster.org", + "strict_min_version": "51.0" + } + }, + "icons": { + "48": "icons/tab-mover-48.png", + "96": "icons/tab-mover-96.png" + }, + "default_locale": "en", + "permissions": [ + "contextMenus", + "tabs" + ], + "background": { + "scripts": [ + "background.js" + ] + } +}