{
  "name": "TeamApp",
  "short_name": "TeamApp",
  "description": "Håndbold-launcheren — adgang til alle TeamApp-moduler",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "orientation": "portrait",
  "icons": [
    { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Kampnoter",
      "short_name": "Kampnoter",
      "description": "Live notering under kampen",
      "url": "/kampnoter.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Team Play",
      "short_name": "Team Play",
      "description": "Spillernes adgang til indhold fra træneren",
      "url": "/spiller.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Interval Timer",
      "short_name": "Timer",
      "description": "Arbejde/pause-timer til træning",
      "url": "/Timer/index.html",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
