{
  "id": "/?pwa=lahorechitchat",
  "name": "lahorechitchat.com",
  "short_name": "lahorechitchat",
  "description": "Lahore's chat community, open to all Pakistanis. 10 themed rooms — banter, gaming, music, late-night thoughts. Free to join.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f5f3ee",
  "theme_color": "#1e1118",
  "lang": "en-PK",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "communication"],
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open chat",
      "short_name": "Chat",
      "description": "Jump straight into the chat rooms",
      "url": "/app?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse rooms",
      "short_name": "Rooms",
      "description": "See all 10 chat rooms",
      "url": "/chat/?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
