{
  "name": "BodyCal",
  "short_name": "BodyCal",
  "description": "Track your workouts and injuries",
  "start_url": "/#/",
  "scope": "/#/",
  "display": "standalone",
  "background_color": "#26221f",
  "theme_color": "#a78bfa",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "627x627",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "fitness",
    "health"
  ],
  "shortcuts": [
    {
      "name": "View Calendar",
      "short_name": "Calendar",
      "description": "Open the workout calendar",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
