{
  "name": "Switch 'n Spell",
  "short_name": "Switch 'n Spell",
  "description": "A real-time train-shunting spelling game by Brian Klier, inspired by TextTrain (Beagle Bros, 1982).\n\nFinish spelling a word which has its letters scrambled among freight cars scattered around a track layout. Drive your engine, throw switches, and couple up the right cars in the right order, then haul them to the Check Station for vindication. Ram a car with the front of your engine, hit a closed switch, or run off the end of a siding, and you derail.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#5EC9F2",
  "theme_color": "#5EC9F2",
  "categories": [
    "games"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot1.png",
      "type": "image/png",
      "sizes": "1010x1510",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshot2.png",
      "type": "image/png",
      "sizes": "1009x1512",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshot3.png",
      "type": "image/png",
      "sizes": "1011x1513",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshot4.png",
      "type": "image/png",
      "sizes": "1015x1512",
      "form_factor": "narrow"
    },
    {
      "src": "icons/screenshot5.png",
      "type": "image/png",
      "sizes": "1011x1513",
      "form_factor": "narrow"
    }
  ],
  "lang": "en",
  "dir": "auto",
  "id": "switchnspellklier",
  "display_override": [
    "standalone",
    "fullscreen",
    "window-controls-overlay"
  ]
}