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", "name": "WAProMax", "description": "Maximize WhatsApp Web like pro", "version": "0.4.4", "manifest_version": 3, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_icon": { "48": "img\/icon48.png" } }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.tsx-loader-DM51CVRB.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_end", "css": [ "assets\/client-CP35DLMZ.css" ] }, { "js": [ "assets\/website.ts-loader-ts6-UHjD.js" ], "matches": [ "*:\/\/*.wapromax.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "inject\/bridger.js", "icons\/*", "img\/*", "locales\/*", "websocket\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "assets\/chunk-va5ftIHd.js", "assets\/chunk-DWqGabrK.js", "assets\/chunk-Cpj98o6Y.js", "assets\/chunk-DT2oLzVQ.js", "assets\/chunk-pRVc9q7u.js" ], "use_dynamic_url": true }, { "matches": [ "*:\/\/*.wapromax.com\/*" ], "resources": [ "assets\/chunk-DT2oLzVQ.js", "assets\/chunk-DWqGabrK.js", "assets\/chunk-Cpj98o6Y.js", "assets\/chunk-Cv0FSW1P.js" ], "use_dynamic_url": true } ], "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/web.whatsapp.com\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.wapromax.com\/*" ] } }