{
  "name": "نظام إدارة حسابات المبيدات",
  "short_name": "إدارة المبيدات",
  "description": "نظام متكامل لإدارة حسابات وعمليات شركات المبيدات",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2D6A4F",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "assets/icons/icon-base.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-base.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "فاتورة جديدة",
      "short_name": "فاتورة",
      "description": "إنشاء فاتورة جديدة",
      "url": "./invoices/create.php",
      "icons": [
        {
          "src": "assets/icons/icon-base.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "العملاء",
      "short_name": "العملاء",
      "description": "إدارة العملاء",
      "url": "./clients/index.php",
      "icons": [
        {
          "src": "assets/icons/icon-base.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "التقارير",
      "short_name": "التقارير",
      "description": "عرض التقارير",
      "url": "./reports/index.php",
      "icons": [
        {
          "src": "assets/icons/icon-base.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "categories": ["business", "finance"],
  "prefer_related_applications": false
}
