{
  "name": "WebCash — نظام إدارة المبيعات والمخزون",
  "short_name": "WebCash",
  "description": "نظام احترافي متكامل لإدارة المخزون والمبيعات والمشتريات والديون والأقساط والتقارير — يعمل دون اتصال بالإنترنت.",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f7f5fb",
  "theme_color": "#6d28d9",
  "categories": ["business", "finance", "productivity", "shopping"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.ico", "sizes": "16x16 32x32 48x48 64x64 128x128 256x256", "type": "image/x-icon", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "نقطة البيع",
      "short_name": "بيع",
      "description": "فتح شاشة نقطة البيع مباشرة",
      "url": "/pos",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "المخزون",
      "short_name": "مخزون",
      "description": "إدارة المنتجات والمخزون",
      "url": "/inventory",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "التقارير",
      "short_name": "تقارير",
      "description": "عرض تقارير المبيعات والأداء",
      "url": "/reports",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "الإعدادات",
      "short_name": "إعدادات",
      "description": "إعدادات النظام والحساب",
      "url": "/settings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}