Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "author": "creativeOs", "description": "Send personalized messages to your clients with our extension .", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "imgs\/16.png", "48": "imgs\/48.png" }, "default_title": "WAPI FREE - Send personalized messages" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "\/style\/mystyle.css", "style\/0d8fd505a99478275324ed48ae42bfea.css" ], "js": [ "\/js\/fgEmojiPicker.js", "\/js\/jquery.js", "\/smph\/app736e75726620636f7270.js", "\/js\/siema.min.js" ] } ], "host_permissions": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "icons": { "16": "imgs\/16.png", "32": "imgs\/32.png", "48": "imgs\/48.png", "128": "imgs\/128.png" }, "minimum_chrome_version": "88", "name": "WAPI FREE - Jaguar 3.2.10", "permissions": [ "scripting", "declarativeNetRequest", "browsingData", "background", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.10", "oauth2": { "client_id": "xxxxxxx", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "js\/*", "imgs\/*", "smph\/*", "\/image\/gear-icon-min.png", "\/image\/*", "\/style\/*" ] } ] }