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": "__MSG_qtName__",
"description": "__MSG_qtDes__",
"version": "5.12.4",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzENDlfebVpOK7oo6SiFTdlzOrTBHbj3CmlYYiW57dWlIJ0l5p4OroUmXsVSZxusAF+jN2LrcPWG\/Wr7jlSZDAr\/W3X4xBrmSKO3gUO\/fCFHIzqFiN8\/I\/FGd9KFjO4bCAIKDtSYXU553TL8gL1mwUuDUn5IsatCALyv0cH90zACD\/HegdFovkDQZ8Yz4aDE+3DfJm3SICbfBtCD1FWGmjFg+prldpYwO5uGHIvVY6+cuWWK8xjQPkh\/c5qf6Q5yMDFbK3nZp\/MaeuJajc55tP4pgsEaXUwhiAHqHSQOZErQX54fwrGVY0F28RlFaFXl85jAPpE4zFZ42krBht3g+4QIDAQAB",
"homepage_url": "https:\/\/wppme.com\/waincognito",
"icons": {
"16": "imgs\/icon16.png",
"32": "imgs\/icon32.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "imgs\/icon48.png"
},
"background": {
"service_worker": "ts\/a\/bs.a5288ef2.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"ts\/b\/ssc.a5288ef2.js"
],
"run_at": "document_end",
"all_frames": false,
"css": [
"ts\/c\/cs_2846d413.css"
]
},
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"ts\/b\/lc.a5288ef2.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"imgs\/*",
"photos\/*",
"ts\/*",
"core\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
]
}