{
  "name": "AstroDaily — Personalized Daily Horoscope",
  "short_name": "AstroDaily",
  "description": "Personalized daily horoscope based on your natal chart, delivered by AI every morning.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0527",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["lifestyle", "health", "entertainment"],
  "icons": [
    { "src": "/icon-72.png",       "sizes": "72x72",   "type": "image/png" },
    { "src": "/icon-96.png",       "sizes": "96x96",   "type": "image/png" },
    { "src": "/icon-128.png",      "sizes": "128x128", "type": "image/png" },
    { "src": "/icon-144.png",      "sizes": "144x144", "type": "image/png" },
    { "src": "/icon-152.png",      "sizes": "152x152", "type": "image/png" },
    { "src": "/icon-192.png",      "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png",      "sizes": "384x384", "type": "image/png" },
    { "src": "/icon-512.png",      "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today's Forecast",
      "short_name": "Forecast",
      "description": "View your daily cosmic forecast",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Natal Chart",
      "short_name": "Chart",
      "description": "View your natal chart",
      "url": "/chart",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
