{
  "name": "खगोल",
  "short_name": "खगोल",
  "id": "/khagol/",
  "description": "Exploring Time, Planetary Motion, and Celestial Mechanics",
  "start_url": "https://alokm.com/khagol/index.html",
  "scope": "/khagol/",
  "display": "standalone",
  "background_color": "#f5efdc",
  "theme_color": "#3a2d27",
  "orientation": "portrait",
  "categories": [
    "education",
    "science",
    "utilities"
  ],
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "1024x1024",
      "src": "icons/maskable_icon.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "192x192",
      "src": "icons/maskable_icon_x192.png",
      "type": "image/png"
    },
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "icons/maskable_icon_x512.png",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Celestial Wheel",
      "short_name": "chakra",
      "description": "View motion of planets",
      "url": "/khagol/chakra.html",
      "icons": [
        {
          "src": "icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}