{
  "name": "النظام المحاسبي المتكامل",
  "short_name": "محاسبي",
  "description": "نظام محاسبي عربي متكامل يعمل بدون إنترنت",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "ar",
  "background_color": "#f5f7fb",
  "theme_color": "#0d6efd",
  "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": "/pos/",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "فاتورة جديدة", "short_name": "فاتورة", "url": "/invoice/new",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "سند جديد", "short_name": "سند", "url": "/voucher/new",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
