{
  "name": "Root & Routine",
  "short_name": "Root & Routine",
  "description": "A warm, editorial companion for habits, planning and reflection.",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f2e8",
  "theme_color": "#f6f2e8",
  "orientation": "portrait",
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48 32x32 16x16", "type": "image/x-icon" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "New check-in",
      "short_name": "Check-in",
      "description": "Log today's routines",
      "url": "/checkins?quick=1"
    },
    {
      "name": "Add reflection",
      "short_name": "Reflect",
      "description": "Jot a quick reflection",
      "url": "/reflections?quick=1"
    },
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Today's overview",
      "url": "/home"
    }
  ]
}
