{
  "name": "LetterChain - Word Chain Game",
  "short_name": "LetterChain",
  "description": "A fast-paced word chain game. Type words where each word starts with the last two letters of the previous word!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1d23",
  "theme_color": "#1a1d23",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "education"],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "Play",
      "description": "Start a new word chain game",
      "url": "/",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
