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",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/checkLicense.js"
},
"content_scripts": [
{
"css": [
"css\/spinkit.css"
],
"js": [
"js\/jszip.min.js",
"js\/cs.js",
"js\/FileSaver.js",
"js\/injectedWA.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/"
]
}
],
"description": "Export WhatsApp contacts from groups and chats. Download and Save your chat history in HTML (web view), CSV or plain text.",
"icons": {
"64": "imgs\/app-icon.png",
"128": "imgs\/app-icon.png"
},
"manifest_version": 3,
"name": "WAexport: Export WhatsApp Chats and Contacts",
"permissions": [
"storage"
],
"version": "2.5.0.8",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"js\/lodash.js",
"js\/jszip.min.js",
"js\/injectedWA.js",
"js\/moment-with-locales.js",
"js\/FileSaver.js",
"css\/spinkit.css",
"css\/wa_layout.css",
"imgs\/*"
]
}
]
}