{
  "_doc": "Web app manifest. Drives 'Add to Home Screen' on Android + iOS so the install looks like a native app: standalone display (no address bar), portrait orientation (the game is portrait-only), splash background matching the parchment panel, and theme color matching the deep-wine damask backdrop around it. Icons all point at the single 1024×1024 GameIcon.png; size hints exist so Android/iOS pick the closest target and scale cleanly. The apple-touch-icon link in index.html points at the same file (iOS uses it for the home-screen tile + the splash logo).",

  "name": "Heir & Spare",
  "short_name": "Heir & Spare",
  "description": "A multi-generational game of royal legacy and family drama. How long will your house endure?",

  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#f4ede0",
  "theme_color": "#3a1418",

  "icons": [
    { "src": "assets/keyart/GameIcon.png", "sizes": "192x192",   "type": "image/png" },
    { "src": "assets/keyart/GameIcon.png", "sizes": "512x512",   "type": "image/png" },
    { "src": "assets/keyart/GameIcon.png", "sizes": "1024x1024", "type": "image/png" }
  ]
}
