Mercurial > addons > firefox-addons > context-web-search
diff manifest.json.in @ 0:2050741e9711
Initial revision
author | Guido Berhoerster <guido+cws@berhoerster.name> |
---|---|
date | Tue, 18 Sep 2018 22:57:18 +0200 |
parents | |
children | f77dab12bb52 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manifest.json.in Tue Sep 18 22:57:18 2018 +0200 @@ -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/context-web-search/", + "default_locale": "en", + "applications": { + "gecko": { + "id": "context-web-search@code.guido-berhoerster.org", + "strict_min_version": "63.0" + } + }, + "icons": { + "48": "icons/context-web-search-48.png", + "96": "icons/context-web-search-96.png" + }, + "permissions": [ + "menus", + "search" + ], + "background": { + "scripts": [ "background.js" ] + } +}