{
  "name": "Triyana - School Management System",
  "short_name": "Triyana",
  "description": "Sistem manajemen sekolah untuk kehadiran, nilai, dan tracking performa siswa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1e40af",
  "background_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "education",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Record Attendance",
      "short_name": "Attendance",
      "description": "Quick attendance recording",
      "url": "/dashboard?action=attendance"
    },
    {
      "name": "Enter Scores",
      "short_name": "Scores",
      "description": "Enter student scores",
      "url": "/scores"
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View student reports",
      "url": "/reports"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [
          ".csv"
        ]
      }
    },
    {
      "action": "/import",
      "accept": {
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ]
      }
    }
  ]
}