{
  "name": "CashPilot — مدير الميزانية",
  "short_name": "CashPilot",
  "description": "تطبيق متكامل لإدارة الشؤون المالية الشخصية",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0f17",
  "theme_color": "#4f7cff",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "./files/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./files/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./files/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./files/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "productivity"],
  "shortcuts": [
    {
      "name": "إضافة مصروف",
      "short_name": "مصروف",
      "url": "./index.html",
      "description": "أضف مصروفاً جديداً بسرعة"
    },
    {
      "name": "لوحة التحكم",
      "short_name": "الرئيسية",
      "url": "./index.html",
      "description": "عرض الملخص المالي"
    }
  ]
}
