{
  "name": "Live Astrology — Free Birth Chart Calculator",
  "short_name": "Live Astrology",
  "description": "Free birth chart calculator with plain-English AI interpretation. Get your Sun, Moon and Rising sign in 30 seconds.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#40e0d0",
  "background_color": "#0d1b2a",
  "lang": "en",
  "categories": ["lifestyle", "education", "entertainment"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Birth Chart",
      "short_name": "Chart",
      "description": "Run a free birth chart calculation",
      "url": "/birth-chart",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Compatibility",
      "short_name": "Synastry",
      "description": "Compare two birth charts",
      "url": "/synastry",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
