{
  "name": "Koan - Zen Mind",
  "short_name": "Koan",
  "description": "Five tools for the inner space. AI-generated Zen koans, mood compass, dream journal, meditation timer, and an oracle from 2087.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#08090f",
  "theme_color": "#08090f",
  "orientation": "portrait-primary",
  "lang": "de",
  "categories": ["lifestyle", "health"],
  "icons": [
    {
      "src": "icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Koan",
      "short_name": "Koan",
      "url": "/koan-generator.html",
      "icons": [{ "src": "icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Meditation Timer",
      "short_name": "Meditate",
      "url": "/meditation-timer.html",
      "icons": [{ "src": "icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
