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": "Bot Imobili\u00e1rio", "version": "2.11.7", "description": "CRM para WhatsApp Web", "permissions": [ "unlimitedStorage", "storage", "tabs", "alarms" ], "background": { "service_worker": "src\/core\/background\/index.js", "type": "module" }, "action": { "default_icon": "logo.png" }, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "src\/core\/content\/index.js" ], "css": [ "assets\/css\/contentStyle1734742191580.chunk.css" ], "run_at": "document_start" }, { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "src\/core\/injection\/index.js" ], "world": "MAIN" } ], "externally_connectable": { "matches": [ "*:\/\/web.whatsapp.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "logo.png", "src\/**\/*.js", "assets\/js\/*.js", "assets\/css\/*.css", "assets\/png\/*.png", "src\/core\/injection\/index.js", "src\/core\/domObserver\/index.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ] }