{
  "name": "AffirmStar",
  "short_name": "AffirmStar",
  "description": "Your daily dose of cosmic clarity — affirmations powered by astrology, numerology, and AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F0A1E",
  "theme_color": "#6B21A8",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "health", "wellness"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AffirmStar Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Affirmation",
      "short_name": "Today",
      "description": "View today's cosmic affirmation",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
