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": "MMZap - Maturador M\u00fatuo para aquecimento",
"version": "1.5.8",
"description": "Realize a matura\u00e7\u00e3o do seu n\u00famero de forma autom\u00e1tica, utilizando uma rede real de usu\u00e1rios simult\u00e2neos, de forma gratuita.",
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"https:\/\/api.growsoft.io\/*"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"wppconnect-wa.js",
"execute-script.js",
"inject.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}