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__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.0",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/*.whatsapp.net\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"google.svg",
"logo.svg",
"icon.svg",
"excel.svg",
"csv.svg",
"json.png",
"youtube.svg",
"discord.svg",
"wppconnect-wa.js",
"injected.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"resources": [
"assets\/constants-b2af7ebc.js",
"assets\/browser-370344d7.js",
"assets\/content-script-924ee504.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-52a1b3d6.js"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"run_at": "document_end",
"all_frames": false,
"css": [
"assets\/index-31cf0e9c.css"
]
}
]
}