{
  "name": "Infyn - Teacher Dashboard",
  "short_name": "Infyn",
  "description": "Infyn teacher dashboard for school management and daily classroom work",
  "start_url": "/teacherindex",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "dir": "ltr",
  "lang": "en",
  "icons": [
    {
      "src": "/static/assets/img/icons/infyn-logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/assets/img/icons/infyn-logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/assets/img/favicon/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": ["education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View teacher dashboard",
      "url": "/teacherindex",
      "icons": [
        {
          "src": "/static/assets/img/icons/infyn-logo.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Mark student attendance",
      "url": "/student_attendence_for_teachers",
      "icons": [
        {
          "src": "/static/assets/img/icons/infyn-logo.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Attendance",
      "short_name": "My Attendance",
      "description": "View my attendance",
      "url": "/teacher_attendance",
      "icons": [
        {
          "src": "/static/assets/img/icons/infyn-logo.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
