{
  "id": "2.0.0",
  "name": "TempTalk — Modern Realtime Chat Application",
  "short_name": "TempTalk",
  "description": "TempTalk is a modern realtime chat application built with Next.js, Socket.IO, and Tailwind CSS featuring instant messaging, typing indicators, unread message alerts, sound notifications, and responsive modern UI.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#16a34a",
  "categories": ["social", "communication", "technology", "chat"],
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chatting",
      "short_name": "Talk",
      "description": "Start a realtime conversation on TempTalk",
      "url": "/talk",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
