{ "manifest_version": 3, "name": "Auto Download Link", "version": "1.0", "description": "Automate the process of copying and downloading a link.", "permissions": [ "activeTab", "scripting", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": ["*://*.t66y.com/*", "*://rmdown.com/*"], "js": ["content.js"] } ], "host_permissions": [ "*://*.t66y.com/*", "*://rmdown.com/*" ] }