{
  "name": "SoloChat Secure Concierge",
  "short_name": "SoloChat",
  "description": "SoloChat is a highly secure, end-to-end encrypted messaging web app featuring real-time chats, voice note captures, simulated video calls, custom themes, and full TanStack query synchronization.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1d",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["utilities", "social", "productivity"],
  "shortcuts": [
    {
      "name": "Secure Chats",
      "short_name": "Chats",
      "description": "Access your end-to-end encrypted chats immediately.",
      "url": "/",
      "icons": [
        {
          "src": "/icon.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
