{
    "name": "Typing Game",
    "short_name": "Typing",
    "start_url": ".",
    "icons": [
        {
          "src": "icons/manifest-icon-192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "maskable any"
        },
        {
          "src": "icons/manifest-icon-512.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "maskable any"
        }
      ],
    "theme_color": "#679ac9",
    "background_color": "#679ac9",
    "display": "standalone",
    "orientation": "portrait"
}