{ "name": "StammTV Chrome Extension", "description": "Adds a context-menu option to send URLs to StammTV", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "script.js" }, "options_page": "options/options.html", "permissions": [ "storage", "contextMenus" ], "action": { "default_popup": "popup/popup.html" } }