{ "manifest_version": 2, "name": "StammTV Helper", "version": "1.5", "browser_action": { "default_title": "StammTV Context-Menu", "default_popup": "popup/popup.html" }, "default_locale": "en", "description": "Adds a context-menu option to send URLs to your instance of StammTV", "icons": { "16": "stammtv-bitty.png", "48": "stammtv-small.png", "128": "stammtv-large.png" }, "author": "The Founders of StammTV (panki27, and94x)", "background": { "scripts": [ "script.js" ], "persistent": true }, "options_ui": { "page": "settings/settings.html", "open_in_tab": true }, "permissions": [ "storage", "contextMenus" ] }