{
  "id": "/",
  "name": "Vocabulary Game",
  "short_name": "Vocab Game",
  "description": "Free English vocabulary game: fly, pick the word, fill the sentence, race a rival.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "./play.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060d1f",
  "theme_color": "#0b1d3a",
  "categories": ["games", "education"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
