{
  "name": "Daily Dungeon 100",
  "short_name": "DD100",
  "description": "Fast, text-driven roguelike with daily challenges. Race the 100-turn timer in shared seeded dungeons!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily Hub - View today's challenge and leaderboards"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Combat Interface - Turn-based dungeon exploration"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Today's Dungeon",
      "short_name": "Play Daily",
      "description": "Jump straight into today's daily challenge",
      "url": "/game?mode=daily"
    },
    {
      "name": "Practice Mode",
      "short_name": "Practice",
      "description": "Play unlimited practice runs",
      "url": "/game?mode=practice"
    },
    {
      "name": "Leaderboards",
      "short_name": "Rankings",
      "description": "View daily rankings and achievements",
      "url": "/leaderboards"
    }
  ]
}
