{ "manifest_version": 3, "name": "browser-cli", "version": "0.1.0", "description": "Control your browser from the terminal via browser-cli", "permissions": [ "tabs", "tabGroups", "scripting", "windows", "storage", "alarms", "nativeMessaging" ], "host_permissions": [""], "background": { "service_worker": "background.js" }, "action": { "default_title": "browser-cli" } }