{ "manifest_version": 3, "name": "NotSmug", "author": "Vilyaem", "version": "1.0", "description": "Allows you to download download-restricted SmugMug images.", "permissions": ["scripting", "tabs", "downloads"], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": ["*://*.smugmug.com/*"], "js": ["content.js"], "run_at": "document_idle" } ] }