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": "WhatsApp Everyone Tagger",
"description": "Tag everyone in a WhatsApp group with one click - now with inline button!",
"version": "2.2.4",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/web.whatsapp.com\/*"
]
}