{
  "name": "CardParty.fun",
  "short_name": "Card Party",
  "description": "Real players. Real play.",
  "start_url": "/",
  "display": "fullscreen",
  "background_color": "#166534",
  "theme_color": "#166534",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/api/pwa-icon?size=192",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/api/pwa-icon?size=384",
      "type": "image/png",
      "sizes": "384x384"
    },
    {
      "src": "/api/pwa-icon?size=512",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "cardparty-app",
  "scope": "/",
  "lang": "en",
  "prefer_related_applications": false,
  "categories": ["games", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play Poker",
      "short_name": "Play",
      "description": "Start playing poker",
      "url": "/play",
      "icons": [{ "src": "/api/pwa-icon?size=96", "sizes": "96x96" }]
    }
  ]
}