{
  "name": "MKWii IGT Calculator",
  "short_name": "MKWii IGT",
  "description": "Easily calculate in-game time for Mario Kart Wii speedruns.",
  "start_url": "../index.html",
  "display": "standalone",
  "theme_color": "#6200ee",
  "background_color": "rgb(245, 245, 245)",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}