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__",
"version": "1.0.0",
"description": "__MSG_appDesc__",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"run_at": "document_end"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlPaAfkR7B2a7gBmv1YWmYn6bXv5L4XLp\/QaxkVdxT69wQN8fVryKTISvVcF6\/tWyCrGL0opXL0tNchghx+T0xZ\/qwuvPX2ex320lKthXo+qWIX+RcBXlF8+5BXqfG1xOVYkpkhBwmMPsj4pzK3f+DkgtjZ3f2iH5h+nxHXOgethrZ5SaF6petxQspO8GVZkoJariHVerxLm1JyABLpsO\/vxg5uV+D8W4EJ7BVRDaZ2o1H8cWch3HUPwjW0rWQvJarBiIhlmoAVGjL4iQSZw0ApD\/fXgCPMS2qbWqSFYjOG+04M5hGsqygipZyD0iaXhiz93qYEJWkCXWs3PbzgcDvwIDAQAB",
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.whatsapp.com\/*",
"https:\/\/*.extensionsbox.store\/*"
],
"web_accessible_resources": [
{
"resources": [
"contentStyle.css",
"icon-128.png",
"icon-34.png",
"secure-stripe-payment.jpeg",
"secure-stripe-payment-9c9f42d6.jpeg",
"ring.svg",
"assets\/*",
"libs\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"libs\/*"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"default_locale": "en"
}