{
  "name": "الفرسان HR — نظام إدارة الموارد البشرية",
  "short_name": "الفرسان HR",
  "description": "نظام متكامل لإدارة الموارد البشرية لمجموعة الفرسان — الموظفون، الإقامات، العقود، الرواتب، ونهاية الخدمة",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e0e0e",
  "theme_color": "#0b2a24",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "assets/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "assets/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الموظفون",
      "url": "./index.html#employees"
    },
    {
      "name": "الوثائق والإقامات",
      "url": "./index.html#documents"
    },
    {
      "name": "مسير الرواتب",
      "url": "./index.html#payroll"
    },
    {
      "name": "التنبيهات",
      "url": "./index.html#alerts"
    }
  ]
}