Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "manifest_version": 3, "name": "WAPI Sender And ChatGPT for WhatsApp", "default_locale": "en", "description": "__MSG_description__", "background": { "service_worker": "\/background.js" }, "web_accessible_resources": [ { "resources": [ "inject.js", "WP_WPP.js", "images\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ], "permissions": [ "activeTab", "storage", "scripting" ], "icons": { "16": "\/assets\/logo.png", "48": "\/assets\/logo.png", "128": "\/assets\/logo.png" }, "host_permissions": [ "*:\/\/web.whatsapp.com\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*", "*:\/\/chatgpt.com\/*" ], "js": [ "\/content.js" ] } ], "options_page": "options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }