Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "6.0.18",
"description": "__MSG_extDescription__",
"action": {
"default_popup": "index.html",
"default_title": "__MSG_extTitle__"
},
"default_locale": "en",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"http:\/\/localhost:5173\/*"
],
"content_scripts": [
{
"js": [
"assets\/content.js-loader-CQYO1NLh.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"identity",
"identity.email",
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"resources": [
"src\/scripts\/inject.js"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/types-CFQlDXDB.js",
"assets\/content.js-6VcsodgI.js"
],
"use_dynamic_url": false
}
]
}