{ "manifest_version": 3, "author": "Gregory Leeman", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "128": "icon.png" }, "description": "Save media", "name": "Media Helper", "permissions": [ "contextMenus", "clipboardWrite", "activeTab", "scripting", "tabs" ], "version": "1.0", "web_accessible_resources": [ { "resources": [ "style.css" ], "matches": [ "" ] } ], "host_permissions": ["https://media.gregoryleeman.com/*"] }