Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "scripts": [ "backgroundmin.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "PremiumSender" }, "content_scripts": [ { "js": [ "contentmin.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Premium Sender", "permissions": [ "notifications", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.63" }