{
  "name": "SportTrack",
  "short_name": "STrack",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#F1E9DB",
  "theme_color": "#B02E0C",
  "icons": [
    {
      "src": "img/ST_logo_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/ST_logo_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}