{ "manifest_version": 2, "name": "UrlToJD2", "version": "1.0", "description": "Push the current url navigator to JDownloader 2", "developer": { "name": "GTeam", "url": "https://framagit.org/GTeam/UrlToJD2" }, "browser_specific_settings": { "gecko": { "id": "urltojd2@gteam.fr", "strict_min_version": "55.0" } }, "icons": { "48": "icons/urltojd2-48.png", "96": "icons/urltojd2-96.png" }, "background": { "scripts": ["background.js"] }, "page_action": { "default_icon": { "19": "icons/urltojd2-19.png", "38": "icons/urltojd2-38.png" }, "show_matches": [""], "default_title": "Send current url to JD2" }, "permissions": [ "activeTab", "*://*/flashgot?*", "webRequest", "webRequestBlocking", "storage", "menus" ], "options_ui": { "page": "options/options.html", "browser_style": true } }