{
  "name": "TeacherOS",
  "short_name": "TeacherOS",
  "description": "نظام إدارة المعلمين والمؤسسات التعليمية",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f9fafb",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["education", "productivity"],
  "icons": [
    { "src": "/favicon.ico", "sizes": "48x48", "type": "image/x-icon" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    { "name": "الطلاب", "url": "/dashboard/students", "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }] },
    { "name": "الحضور", "url": "/dashboard/attendance", "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }] },
    { "name": "المدفوعات", "url": "/dashboard/payments", "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }] }
  ]
}
