{
  "id": "/",
  "name": "JustChat - Anonymous Chat",
  "short_name": "JustChat",
  "description": "Start anonymous, private conversations instantly on JustChat.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#ffffff",
  "theme_color": "#6C4BFF",
  "lang": "en-IN",
  "categories": [
    "social",
    "communication"
  ],
  "icons": [
    {
      "src": "/img/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Start a JustChat conversation",
      "url": "/chat.php?source=pwa-shortcut",
      "icons": [
        {
          "src": "/img/pwa-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
