{ "manifest_version": 3, "name": "URL Launcher", "version": "1.0.0", "description": "Paste a list of URLs and open them all as tabs, with optional lazy-load on focus.", "action": { "default_popup": "popup.html", "default_title": "URL Launcher" }, "permissions": ["tabs"], "web_accessible_resources": [ { "resources": ["loader.html", "loader.js"], "matches": [""] } ] }