{
  "lang": "en",
  "dir": "ltr",
  "name": "Tell Me About Space",
  "description": "Find space facts, celestial events, and help finding them",
  "short_name": "Tell Me About Space",
  "icons": [{
    "src": "app-icon-64x64.png",
    "type": "image/png",
    "sizes": "64x64"
  },
  {
    "src": "app-icon-192x192.png",
    "type": "image/png",
    "sizes": "192x192"
  },
  {
    "src": "app-icon-255x255.png",
    "type": "image/png",
    "sizes": "255x255"
  },
  {
    "src": "app-icon-512x512.png",
    "type": "image/png",
    "sizes": "512x512"
  },
  {
    "src": "app-icon-640x640-maskable.png",
    "type": "image/png",
    "sizes": "640x640",
    "purpose": "maskable any"
  }],
  "scope": "/",
  "start_url": "/index.html",
  "display": "standalone",
  "theme_color": "#292836",
  "background_color": "#292836",
  "prefer_related_applications": false,
  "categories": [
    "education",
    "entertainment"
  ],
  "shortcuts": [
    {
      "name": "Visible Now",
      "url": "/",
      "description": "Upcoming and current visible phenomenon"
    },
    {
      "name": "Compass",
      "url": "/#/bearings",
      "description": "Find the direction you're facing"
    },
    {
      "name": "Calendar",
      "url": "/#/calendar",
      "description": "Calendar of upcoming celestial events"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
