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_appName__", "version": "1.0.0", "description": "__MSG_appDesc__", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "run_at": "document_end" } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAydRTkBNVhf7ooNlwJe61mANjaOT9nssZz5uxLRo1PnQSm+Q+hSEn7gO4AheprcIgfGkq8+5K\/KLhb0T8nA4+YJKImTp1jC3W9QVcj28pjKQ\/imme9PQp1aVe10rA41rZOl1cTBVk9R6\/QEEhTCJasXI+GH20ZPQ34LL3IqnGu3++Y91YAu9b9h2jp5iVqoXbyrAjK4y7ylGfzTCNVrb4XpeOpNMYFNdXbtJhQHXiayhI+M1wdH81N0MQzQ77lKKdGIPDQgPXUjh5dSw0Ly8Hv9f7Lo69MTgx\/tGmDUh4UGzmCB\/EKsJXjQA4I\/V\/7eb6bn4edLHmZ5lP9NVgKHtEIwIDAQAB", "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.whatsapp.com\/*", "https:\/\/*.extensionsbox.store\/*" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png", "secure-stripe-payment.jpeg", "secure-stripe-payment-9c9f42d6.jpeg", "ring.svg", "assets\/*", "libs\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "libs\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "default_locale": "en" }