{
  "name": "NovaDeck Games — Build Your Ultimate Game Deck",
  "short_name": "NovaDeck",
  "description": "Explore, compare, and organize games into curated decks. Discover top indie titles, editor picks, and hidden gems on NovaDeck Games — your personal game catalog.",
  "start_url": "./",
  "scope": "./",
  "id": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#3b82f6",
  "categories": ["games", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}