{
  "id": "/",
  "name": "Baraka Admin Panel",
  "short_name": "Baraka",
  "description": "لوحة تحكم نظام بركة لإدارة المطاعم والمخازن والمبيعات",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#fe6d02",
  "orientation": "any",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/baraka.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "لوحة التقارير في نظام بركة"
    },
    {
      "src": "/pwa/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "واجهة نظام بركة على الشاشات الصغيرة"
    }
  ],
  "shortcuts": [
    {
      "name": "نظرة عامة",
      "short_name": "الرئيسية",
      "description": "الانتقال مباشرة إلى لوحة التحكم",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الطلبات",
      "short_name": "الطلبات",
      "description": "فتح صفحة إدارة الطلبات",
      "url": "/orders",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "المنتجات",
      "short_name": "المنتجات",
      "description": "فتح صفحة إدارة المنتجات",
      "url": "/product",
      "icons": [
        {
          "src": "/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+baraka",
      "url": "/%s"
    }
  ],
  "related_applications": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "scope_extensions": [],
  "handle_links": "preferred",
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "widgets": []
}
