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",
"name": "TypeZap",
"version": "1.4.5",
"description": "Rode qualquer fluxo de TypeBot direto no Whatsapp",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"icons": {
"16": "\/images\/icon_16.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"js\/contentScripts.js"
],
"css": [
"css\/contentScripts.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js\/injection.js",
"js\/WPP.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
}