{
  "name": "StillDeck",
  "short_name": "StillDeck",
  "description": "A calm place to play solitaire",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#2a5a2a",
  "theme_color": "#2a5a2a",
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "shortcuts": [
    {
      "name": "Solitaire",
      "short_name": "Solitaire",
      "description": "Classic Klondike solitaire — the default StillDeck game.",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }]
    },
    {
      "name": "FreeCell",
      "short_name": "FreeCell",
      "description": "All 52 cards visible from the start. Every deal is a pure puzzle.",
      "url": "/freecell/",
      "icons": [{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }]
    }
  ]
}
