{
  "name": "HomeschoolGo",
  "short_name": "HomeschoolGo",
  "description": "Co-op Management, Finally Simple",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F7F7F4",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "url": "/dashboard/calendar"
    },
    {
      "name": "Directory",
      "url": "/dashboard/directory"
    },
    {
      "name": "Messages",
      "url": "/dashboard/inbox"
    }
  ]
}
