{
  "name": "Orbit by RiSa Astronomy",
  "short_name": "Orbit",
  "description": "Free astronomy toolkit. ISS tracker, moon phases, sky charts, planet finder, Indian panchanga, and more. No ads, no astrology - just you and the sky.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a1628",
  "background_color": "#0a1628",
  "categories": ["education", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/images/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Tonight's Sky",
      "short_name": "Tonight",
      "url": "/tonight/",
      "icons": [{ "src": "/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ISS Pass Predictor",
      "short_name": "ISS",
      "url": "/iss/",
      "icons": [{ "src": "/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Moon Phase Calendar",
      "short_name": "Moon",
      "url": "/moon/",
      "icons": [{ "src": "/assets/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
