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_extDesc__",
"homepage_url": "https:\/\/web.whatsapp.com\/",
"description": "__MSG_extDesc__",
"default_locale": "en",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/*.whatsapp.com\/*"
],
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.whatsapp.com\/*"
],
"js": [
"load.js",
"content-script.js",
"drainage-module.js",
"redirect-link.js"
],
"css": [
"css\/wa-attach.css"
],
"extension_ids": [
"cgipcgghboamefelooajpiabilddemlh"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons\/128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"css\/*",
"fonts\/*",
"img\/*",
"icons\/*",
"inject-scripts\/*"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
},
{
"resources": [
"images\/*"
],
"extension_ids": [
"cgipcgghboamefelooajpiabilddemlh"
],
"matches": [
"*:\/\/*.whatsapp.com\/*"
]
}
],
"version": "1.0.0"
}