{
  "name": "Livon - Ditt liv i en app",
  "short_name": "Livon",
  "description": "Livon hjälper dig att få struktur, rutiner och bättre välmående i vardagen. Dagbok, målsättning, humörloggning, träning och mycket mer – allt på ett ställe.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "livon-app",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "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"
    }
  ],
  "categories": ["health", "lifestyle", "fitness", "productivity"],
  "lang": "sv-SE",
  "prefer_related_applications": false,
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dagbok",
      "short_name": "Dagbok",
      "description": "Skriv i din dagbok",
      "url": "/journal",
      "icons": [{"src": "/icons/icon.svg", "sizes": "96x96"}]
    },
    {
      "name": "Humör",
      "short_name": "Humör",
      "description": "Logga ditt humör",
      "url": "/mood",
      "icons": [{"src": "/icons/icon.svg", "sizes": "96x96"}]
    },
    {
      "name": "Statistik",
      "short_name": "Stats",
      "description": "Se din statistik",
      "url": "/stats",
      "icons": [{"src": "/icons/icon.svg", "sizes": "96x96"}]
    }
  ]
}
