{
  "id": "/",
  "name": "Twilight Haven",
  "short_name": "TWH",
  "description": "Поверніть пристрій у горизонтальну орієнтацію для найкращого досвіду.",
  "lang": "uk",

  "url": "/",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
  "orientation": "landscape",

  "theme_color": "#0e0f14",
  "background_color": "#0a0c10",
  "categories": ["games", "entertainment", "arcade", "simulation"],

  "shortcuts": [
    {
      "name": "Продовжити гру",
      "short_name": "Продовжити",
      "url": "/play",
      "description": "Відкрити останнє збереження.",
      "icons": [{ "src": "/shortcut.webp", "sizes": "192x192", "type": "image/webp" }]
    },
    {
      "name": "Нова гра",
      "short_name": "Нова",
      "url": "/play",
      "description": "Почати нову пригоду.",
      "icons": [{ "src": "/shortcut.webp", "sizes": "192x192", "type": "image/webp" }]
    },
    {
      "name": "Мультиплеєр",
      "short_name": "Онлайн",
      "url": "/play",
      "description": "Приєднатися до онлайнової сесії.",
      "icons": [{ "src": "/shortcut.webp", "sizes": "192x192", "type": "image/webp" }]
    }
  ],

  "prefer_related_applications": false,

  "capture_links": "existing-client",
  "launch_handler": { "client_mode": "navigate-existing" },

  "protocol_handlers": [
    {
      "protocol": "web+haven",
      "url": "/?payload=%s"
    }
  ]
}
