Mercurial > addons > firefox-addons > tab-mover
view manifest.json.in @ 31:e22195f84c6d
Adjust command line options to Inkscape 1.0
author | Guido Berhoerster <guido+tab-mover@berhoerster.name> |
---|---|
date | Mon, 01 Mar 2021 11:11:22 +0100 |
parents | 4704e5216412 |
children |
line wrap: on
line source
{ "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": "60.0" } }, "icons": { "48": "icons/tab-mover-48.png", "96": "icons/tab-mover-96.png" }, "default_locale": "en", "permissions": [ "menus", "tabs" ], "background": { "scripts": [ "background.js" ] } }