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,
"version": "0.3.2",
"name": "Web Messenger",
"description": "Access to the WhatsApp official Web messenger in a standalone sandboxed window",
"icons": {
"16": "\/data\/icons\/16.png",
"32": "\/data\/icons\/32.png",
"48": "\/data\/icons\/48.png",
"64": "\/data\/icons\/64.png",
"128": "\/data\/icons\/128.png",
"256": "\/data\/icons\/256.png"
},
"homepage_url": "https:\/\/add0n.com\/whatsapp-messenger.html",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/web.whatsapp.com\/"
],
"action": [],
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/"
],
"js": [
"\/data\/inject.js"
],
"css": [
"\/data\/inject.css"
],
"all_frames": true,
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/web.whatsapp.com\/"
],
"js": [
"\/data\/dom.js"
],
"all_frames": true,
"run_at": "document_start",
"world": "MAIN"
}
],
"background": {
"service_worker": "worker.js"
},
"web_accessible_resources": [
{
"resources": [
"\/data\/window\/home.svg",
"\/data\/window\/reload.svg",
"\/data\/window\/settings.svg"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
],
"options_ui": {
"page": "\/data\/options\/index.html"
},
"commands": {
"_execute_action": []
}
}