feat: complete lid format handling and UI updates

This commit is contained in:
bipproduction
2026-02-06 07:02:41 +08:00
parent 32610ebfd1
commit 0152229b96
24 changed files with 2719 additions and 1923 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "whatsapp-web",
"version": "1.0.0",
"description": "Automate WhatsApp messaging, groups, and media sharing via web interface",
"author": "Canifi",
"category": "communication",
"permissions": [
"browser",
"notifications",
"env-access"
],
"triggers": [
"whatsapp",
"whatsapp message",
"send whatsapp",
"whatsapp group",
"whatsapp status"
],
"authentication": {
"type": "qr-code",
"loginUrl": "https://web.whatsapp.com",
"sessionIndicator": "#app .app-wrapper-web"
},
"requiredEnvVars": [
"WHATSAPP_LINKED"
],
"capabilities": {
"messaging": true,
"groups": true,
"media": true,
"status": true,
"search": true,
"broadcast": true
}
}