{
  "name": "Alara | Daily Brief",
  "short_name": "Alara",
  "description": "Daily AI-curated news briefing with context and perspective",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fcfbf8",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "categories": ["news", "productivity", "education"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Briefing",
      "short_name": "Daily",
      "description": "Read today's full briefing",
      "url": "/?mode=daily",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Focus Mode",
      "short_name": "Focus",
      "description": "Read in stress-free mode",
      "url": "/?mode=fasting",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}



