{
  "name": "Struktur",
  "short_name": "Struktur",
  "description": "Tydliga rutiner för neurodivergenta barn",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf8f0",
  "theme_color": "#2d5a3d",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Skapa rutin med AI",
      "short_name": "Ny rutin",
      "description": "Översätt en uppgift till barnvänliga steg",
      "url": "/generator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Bibliotek",
      "short_name": "Bibliotek",
      "description": "Färdiga rutiner att spara",
      "url": "/library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Schema",
      "short_name": "Schema",
      "description": "Lägg upp när rutiner ska göras",
      "url": "/schedules",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
