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",
"background": {
"service_worker": ".\/js\/background.js"
},
"action": [],
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"js\/inject\/content-script.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"unlimitedStorage",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"js\/inject\/inject.js",
"WOWAPI.js",
"WAPlusSenderTemplate.xlsx",
"pic\/crm-commend.png",
"li-popup\/li-popup.html",
"js\/inject\/obfuscate.js",
"img\/*",
"icons\/*",
"fonts\/*"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"version": "1.0.5"
}