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": "__MSG_name__",
"homepage_url": "https:\/\/wadesk.io\/",
"description": "__MSG_description__",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"unlimitedStorage"
],
"optional_permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*"
],
"optional_host_permissions": [
"*:\/\/wadesk.zfscrmteam.top\/*",
"*:\/\/wadesk.io\/*"
],
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"js\/inject\/content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"js\/inject\/inject.js",
"js\/inject\/initFrame.js",
"js\/inject\/obfuscate.js",
"inject\/*.js",
"WADesk_SenderTemplate.xlsx",
"pic\/crm-commend.png",
"li-popup\/li-popup.html",
"fonts\/*",
"images\/*"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"version": "1.0.26"
}