Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "action": { "default_title": "Click to open side panel" }, "icons": { "128": "icon128.png" }, "side_panel": { "default_path": "src\/pages\/panel\/index.html" }, "permissions": [ "scripting", "storage", "unlimitedStorage", "sidePanel", "background" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "contentStyle.css", "icon128.png", "icon48.png", "ort-wasm-simd-threaded.jsep.wasm", "ort-wasm-simd-threaded.wasm", "assets\/index.ts-BgcDi_jZ.js" ], "use_dynamic_url": false } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/*" ], "content_scripts": [ { "js": [ "assets\/index.ts-loader-CRnGU8Bj.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end", "type": "module" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; connect-src 'self' https:\/\/backend.ai-polyglot.com https:\/\/huggingface.co https:\/\/raw.githubusercontent.com https:\/\/*.hf.co" }, "version": "2024.12.04" }