{
  "name": "Attendance Planner",
  "short_name": "Attendance",
  "description": "A tool to calculate how many classes you can miss based on attendance percentage.",
  "start_url": "/Attendance-Planner/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f91f5",
  "icons": [
    {
      "src": "/Attendance-Planner/assets/planner-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/Attendance-Planner/assets/planner-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
