{
  "short_name": "HomeworkTrack",
  "name": "GIIS HomeworkTrack",
  "description": "GIIS Homework Management System - Track and manage your homework efficiently",
  "icons": [
    {
      "src": "favicon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#facc15",
  "background_color": "#ffffff",
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "View Classes",
      "short_name": "Classes",
      "description": "View all classes",
      "url": "/modules/classes-view",
      "icons": [
        {
          "src": "favicon.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
