{
  "name": "GymLog",
  "short_name": "GymLog",
  "description": "A personal workout tracker with splits, streaks, progress charts, and workout history.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f0f14",
  "theme_color": "#f91fa2",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/logo2.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/logo2.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
    "src": "images/logo2.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "any maskable"
  }
  ]
}
