{
  "id": "./index.html",
  "name": "Workout Tracker",
  "short_name": "Workouts",
  "description": "Track workouts, body measurements, MMA techniques and mobility.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "fitness"],
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "./",
  "shortcuts": [
    {
      "name": "Today's workout",
      "short_name": "Workout",
      "url": "./index.html?view=workout",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "MMA techniques",
      "short_name": "MMA",
      "url": "./index.html?view=mma",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Body measurements",
      "short_name": "Body",
      "url": "./index.html?view=body",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}