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_extDescription__",
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/hhfjicmmlbnmbobgpfmdkodfjkibogog",
"default_locale": "en",
"host_permissions": [
"*:\/\/*.whatsapp.com\/*"
],
"permissions": [
"storage"
],
"optional_permissions": [
"cookies"
],
"optional_host_permissions": [
"*:\/\/*.wadesk.io\/*"
],
"action": {
"16": "icons\/128.png",
"32": "icons\/128.png",
"48": "icons\/128.png",
"128": "icons\/128.png",
"default_popup": "popup.html",
"default_title": "__MSG_extName__"
},
"icons": {
"16": "icons\/128.png",
"32": "icons\/128.png",
"48": "icons\/128.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"js\/content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"js\/inject-script.js",
"js\/inject-wa.js",
"js\/api.js"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"version": "1.2.4"
}