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": "ChatBackup for WhatsApp - Download WhatsApp chat history from PC",
"version": "2.3.2",
"description": "With ChatBackup, you can effortlessly download or export your WhatsApp chat history on your laptop or PC.",
"icons": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
},
"background": {
"service_worker": "static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"static\/js\/content.js",
"static\/js\/injected.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"static\/js\/injected.js",
"imgs\/*"
]
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"activeTab"
]
}