{
  "name": "Fatta - Din studieplattform",
  "short_name": "Fatta",
  "description": "AI-driven studieplattform för elever i Sverige. Plugga smartare. Fatta snabbare.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#172f35",
  "orientation": "portrait-primary",
  "lang": "sv-SE",
  "dir": "ltr",
  "categories": ["education", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/fatta-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Skapa studieguide",
      "short_name": "Skapa",
      "description": "Skapa en ny AI-genererad studieguide",
      "url": "/create",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Mitt bibliotek",
      "short_name": "Bibliotek",
      "description": "Se alla dina studieguider",
      "url": "/library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Fatta Matte",
      "short_name": "Matte",
      "description": "Få hjälp med matematik",
      "url": "/matte",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI-chatt",
      "short_name": "Chatt",
      "description": "Chatta med din AI-privatlärare",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
