Mercurial > addons > firefox-addons > open-incognito
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manifest.json.in Fri Dec 14 15:59:37 2018 +0100 @@ -0,0 +1,26 @@ +{ + "manifest_version": 2, + "name": "__MSG_extensionName__", + "version": "@VERSION@", + "description": "__MSG_extensionDescription__", + "author": "Guido Berhoerster", + "homepage_url": "https://code.guido-berhoerster.org/addons/firefox-addons/open-incognito/", + "default_locale": "en", + "applications": { + "gecko": { + "id": "open-incognito@code.guido-berhoerster.org", + "strict_min_version": "60.0" + } + }, + "icons": { + "48": "icons/open-incognito-48.png", + "96": "icons/open-incognito-96.png" + }, + "permissions": [ + "menus", + "<all_urls>" + ], + "background": { + "scripts": [ "background.js" ] + } +}