{
  "name": "ibetoo — إدارة الطلبات",
  "short_name": "ibetoo",
  "id": "/dashboard",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen"
  ],
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "ar",
  "background_color": "#0b1622",
  "theme_color": "#0b1622",
  "icons": [
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الطلبات",
      "url": "/orders"
    },
    {
      "name": "الإشعارات",
      "url": "/notifications"
    }
  ]
}