{ "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.1.0", "minimum_chrome_version": "114", "default_locale": "ar", "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", "128": "assets/icons/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png" }, "default_title": "__MSG_extName__" }, "side_panel": { "default_path": "sidepanel/sidepanel.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "activeTab", "storage", "sidePanel" ], "host_permissions": [ "https://bayan10-bayan-api.hf.space/*" ], "content_scripts": [ { "matches": ["https://*/*", "http://*/*"], "js": [ "shared/constants.js", "shared/analysis-controller.js", "content-inline.js" ], "css": ["content-inline.css"], "run_at": "document_idle" } ] }