{
  "id": "/app",
  "name": "The Companion — Daniel Wagner",
  "short_name": "Companion",
  "description": "Five minutes to get clearer. Priorities, difficult situations, and a map of your own patterns.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["lifestyle", "productivity", "education"],
  "prefer_related_applications": false,
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Set today", "short_name": "Today", "url": "/app/today", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Difficult situation", "short_name": "Think", "url": "/app/think", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reflect", "short_name": "Reflect", "url": "/app/reflect", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
