{ "manifest_version": 3, "name": "SiteCompanion", "version": "0.4.2", "description": "AI companion for site-bound text extraction and tasks.", "permissions": ["storage", "activeTab"], "host_permissions": [""], "action": { "default_title": "SiteCompanion", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [""], "js": ["content.js"] } ], "options_ui": { "page": "settings.html", "open_in_tab": true } }