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": "Whatsapp Gold - WhatsApp Web Premium Features", "version": "0.0.1", "description": "Unlock premium features and take your WhatsApp to the next level!", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ ".\/index.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "packed.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }