{
  "name": "SPRS Training",
  "short_name": "SPRS",
  "description": "Jouw persoonlijke trainings-app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9FAFB",
  "theme_color": "#1e1e1e",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/images/sprs_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/sprs_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/sprs_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "fitness"],
  "shortcuts": [
    {
      "name": "Mijn Workouts",
      "url": "/workouts",
      "icons": [{ "src": "/images/sprs_192.png", "sizes": "192x192" }]
    },
    {
      "name": "Voortgang",
      "url": "/history",
      "icons": [{ "src": "/images/sprs_192.png", "sizes": "192x192" }]
    }
  ]
}
