{
  "name": "PMALLINONEBINH",
  "short_name": "Điểm danh",
  "description": "Hệ thống điểm danh học sinh bằng QR / Barcode kèm module thu học phí",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f1f5f9",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": ["education", "productivity", "utilities"],
  "lang": "vi",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Trang quét QR"
    }
  ],
  "shortcuts": [
    {
      "name": "Quét QR",
      "short_name": "Quét",
      "description": "Mở trang quét điểm danh",
      "url": "/",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Học sinh",
      "short_name": "HS",
      "description": "Danh sách học sinh",
      "url": "/students",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Thu học phí",
      "short_name": "Học phí",
      "description": "Module thu học phí",
      "url": "/fees",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
