{
  "name": "TypeSpirit",
  "short_name": "TypeSpirit",
  "description": "Chain a word for every letter of the starting word before the clock runs out. Solo leaderboard or real-time races.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#120e0b",
  "theme_color": "#120e0b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/ts.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
