{
  "name": "MHGym — Train Hard. Live Strong.",
  "short_name": "MHGym",
  "description": "MHGym boksgym app — lesrooster, personal training en meer.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#F5C200",
  "orientation": "portrait-primary",
  "lang": "nl",
  "categories": ["sports", "fitness", "health"],
  "icons": [
    { "src": "/icons/icon-72.svg",  "sizes": "72x72",   "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-96.svg",  "sizes": "96x96",   "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Lesrooster",
      "short_name": "Lessen",
      "description": "Bekijk het lesrooster en reserveer lessen",
      "url": "/schedule",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    },
    {
      "name": "Personal Training",
      "short_name": "PT",
      "description": "Boek een personal training sessie",
      "url": "/personal-training",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    }
  ]
}
