{
  "name": "Kaleth",
  "short_name": "Kaleth",
  "description": "A four-faction wargame of land, money, and influence",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e8d8b0",
  "theme_color": "#3a3028",
  "orientation": "any",
  "icons": [
    { "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New",
      "description": "Start a new solo game",
      "url": "./?new=1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Resume",
      "short_name": "Resume",
      "description": "Continue your saved game",
      "url": "./?resume=1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Join Online",
      "short_name": "Join",
      "description": "Join an online game by code",
      "url": "./?online=1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "./?join_from_share=1",
    "method": "GET",
    "params": {
      "text": "shared_text"
    }
  }
}
