{ "manifest_version": 3, "name": "SmartUp Auth Importer", "version": "0.1.0", "description": "Import cookies, storage, and auth headers from a real browser session into SmartUp.", "permissions": [ "cookies", "scripting", "tabs", "storage", "webRequest" ], "host_permissions": [ "" ], "action": { "default_popup": "popup.html", "default_title": "SmartUp Auth Importer" }, "background": { "service_worker": "background.js" } }