Mercurial > addons > firefox-addons > tab-mover
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manifest.json Sun Feb 19 00:20:26 2017 +0100 @@ -0,0 +1,28 @@ +{ + "manifest_version": 2, + "name": "__MSG_extensionName__", + "version": "1", + "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" + ] + } +}