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": "WASync: Send WhatsApp Chats to any API",
"version": "1.2.0",
"description": "WASync connects WhatsApp Web directly to your CRM or API \u2014 so every chat is tracked, every lead is captured.",
"permissions": [
"storage",
"activeTab",
"background",
"identity"
],
"oauth2": {
"client_id": "904728659725-4klg5qlrora7q0s2of5g0e88l7tlic6s.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"host_permissions": [
"https:\/\/web.whatsapp.com\/*",
"https:\/\/sheets.googleapis.com\/*",
"https:\/\/www.googleapis.com\/*",
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/new-project-189.firebaseapp.com\/*",
"https:\/\/new-project-189-default-rtdb.firebaseio.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"activation-modal.js",
"bridge.js",
"injector.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"injected\/*",
"models\/*",
"services\/*",
"utils\/*"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "WhatsApp Webhook Sync",
"default_icon": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"64": "icons\/icon128.png",
"128": "icons\/icon128.png"
}
},
"options_page": "activation.html",
"icons": {
"16": "icons\/icon128.png",
"48": "icons\/icon128.png",
"64": "icons\/icon128.png",
"128": "icons\/icon128.png"
}
}