{ "manifest_version": 3, "name": "OpenCLI", "version": "1.0.22", "description": "Browser automation bridge for the OpenCLI CLI tool. Executes commands in Chrome tab leases via a local daemon.", "permissions": [ "debugger", "tabs", "cookies", "activeTab", "alarms", "storage", "tabGroups", "downloads" ], "host_permissions": [ "" ], "background": { "service_worker": "dist/background.js", "type": "module" }, "icons": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" }, "action": { "default_title": "OpenCLI", "default_popup": "popup.html", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "homepage_url": "https://github.com/jackwener/opencli" }