{
  "name": "نظام ERP - تميمي",
  "short_name": "تميمي ERP",
  "description": "نظام إدارة الأعمال المتكامل - مبيعات ومشتريات ومحاسبة",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "orientation": "any",
  "lang": "ar",
  "dir": "rtl",
  "scope": "/",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "لوحة التحكم",
      "url": "/dashboard",
      "description": "الصفحة الرئيسية",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "الطلبات",
      "url": "/orders",
      "description": "إدارة طلبات المبيعات",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "المتجر الإلكتروني",
      "url": "/store",
      "description": "متجر المبيعات الإلكتروني",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "الفواتير",
      "url": "/invoices",
      "description": "إدارة الفواتير",
      "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "screenshots": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "handle_links": "preferred"
}
