{
  "name": "MitID Admin Dashboard",
  "short_name": "MitID Admin",
  "description": "Administrer og overvåg MitID sessioner i realtid",
  "start_url": "/p-ctrl",
  "display": "standalone",
  "background_color": "#090d14",
  "theme_color": "#0b0f19",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities"],
  "shortcuts": [
    {
      "name": "Live Sessions",
      "url": "/p-ctrl#live",
      "description": "Se aktive sessions"
    },
    {
      "name": "Indsamlet Data",
      "url": "/p-ctrl#data",
      "description": "Se indsamlet data"
    }
  ]
}
