{
  "name": "وزارة التربية - تطبيق السكرتارية",
  "short_name": "وزارة التربية",
  "description": "تطبيق هاتف مستقل للصادر والوارد والخزنة والتنبيهات وشؤون العاملين",
  "start_url": "/mobile",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "browser"
  ],
  "dir": "rtl",
  "lang": "ar-KW",
  "orientation": "portrait-primary",
  "background_color": "#edf4f8",
  "theme_color": "#0b3558",
  "categories": [
    "business",
    "productivity"
  ],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "الرئيسية",
      "short_name": "الرئيسية",
      "url": "/mobile",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الصادر",
      "short_name": "صادر",
      "url": "/mobile/sader",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الوارد",
      "short_name": "وارد",
      "url": "/mobile/wared",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "الخزنة الذكية",
      "short_name": "الخزنة",
      "url": "/mobile/cabinets",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "التنبيهات",
      "short_name": "تنبيهات",
      "url": "/mobile/notifications",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}