Inspect and view changes in Chat & Message Backup and Export | WPPME.COM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_qtName__",
"description": "__MSG_qtDes__",
"version": "2.3.4",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https://wppme.com/whatsapp-chat-message-backup-and-export",
"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.a14fdd12.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*://web.whatsapp.com/*"
],
"js": [
"ts/b/ssc.a14fdd12.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"imgs/*",
"photos/*",
"ts/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*://*.whatsapp.com/*",
"*://*.wppme.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}