{
  "name": "CallChat ZERO",
  "short_name": "CallChat",
  "description": "Sovereign Matrix-compatible messenger with CallChat Shield and Zero Bot.",
  "id": "/?app=callchat-zero",
  "start_url": "/chat/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#030406",
  "theme_color": "#22f4e5",
  "orientation": "any",
  "categories": ["communication", "productivity", "security"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/icons/callchat-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/callchat-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/callchat-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Web Client",
      "short_name": "Chat",
      "description": "Open the live CallChat Matrix web client.",
      "url": "/element/#/login",
      "icons": [{ "src": "/assets/icons/callchat-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Zero Bot Lab",
      "short_name": "Zero Bot",
      "description": "Open the CallChat web chat and Zero Bot guide.",
      "url": "/chat/#zero-bot",
      "icons": [{ "src": "/assets/icons/callchat-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shield Licensing",
      "short_name": "Shield",
      "description": "Read the CallChat Shield and ZMath licensing page.",
      "url": "/shield/",
      "icons": [{ "src": "/assets/icons/callchat-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
