{
  "name": "Horizons Calendar",
  "short_name": "Calendar",
  "description": "New Horizons Calendar — plan events and manage your time",
"start_url": "/Calendar.html",
"scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "date.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "date.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}