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_extName__",
"description": "__MSG_extDesc__",
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/kifbmlmhcfecpiidfebchholjeokjdlm",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"scripting"
],
"optional_permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*"
],
"optional_host_permissions": [
"*:\/\/*.wadesk.io\/*",
"*:\/\/*.wd-oss-us.oss-us-west-1.aliyuncs.com\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"content.bundle.js"
],
"css": [
"whatsapp.css"
],
"run_at": "document_end"
}
],
"action": [],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"img\/*",
"injectScripts\/*.js"
],
"matches": [
"*:\/\/*.whatsapp.com\/*",
"*:\/\/wadesk.io\/*"
]
}
],
"version": "1.1.15"
}