{
  "name": "DeepChat — Enterprise Messaging",
  "short_name": "DeepChat",
  "description": "Secure enterprise messaging with voice & video calls, AI assistant, and end-to-end encryption. By NXT SAS Global.",
  "start_url": "/chat",
  "scope": "/",
  "id": "/chat",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#D4A843",
  "orientation": "any",
  "categories": ["communication", "productivity", "social"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Message",
      "url": "/chat?action=new",
      "description": "Start a new conversation",
      "icons": []
    },
    {
      "name": "Ask Astra AI",
      "url": "/chat?action=astra",
      "description": "Chat with your AI assistant",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
