{
  "id": "/",
  "name": "Astro.Guru — Professional Astrology Engine",
  "short_name": "Astro.Guru",
  "description": "Birth charts, timing, relationships and location astrology, computed privately in your browser.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "any",
  "background_color": "#070a14",
  "theme_color": "#070a14",
  "categories": ["lifestyle", "education", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/astro-guru-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/astro-guru-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/astro-guru-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create birth chart",
      "short_name": "New chart",
      "url": "/birth-chart"
    },
    {
      "name": "Sky now",
      "short_name": "Sky now",
      "url": "/sky"
    },
    {
      "name": "Famous charts",
      "short_name": "Gallery",
      "url": "/gallery"
    }
  ]
}
