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": "3.0.5",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"action": {
"default_popup": "popup.html",
"default_title": "Transcribe text from audio in Whatsapp Web"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"limitModal.js",
"languageModal.js",
"drawflow.min.js",
"injector.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
},
{
"js": [
"wppplusLanding.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"script.js",
"vendor\/wppconnect-wa.js",
"vendor\/wppconnect-wa.js.LICENSE.txt",
"xlsx.full.min.js",
"arenium.webp",
"youtube.png"
]
}
],
"icons": {
"16": "16.png",
"38": "38.png",
"64": "64.png",
"128": "128.png"
}
}