{
  "id": "/",
  "name": "مصروفاتي - إدارة المصروفات",
  "short_name": "مصروفاتي",
  "description": "تطبيق مصروفاتي لإدارة وتتبع مصروفاتك اليومية والشهرية، مع إحصائيات ورسوم بيانية تفصيلية، يعمل بالكامل بدون اتصال بالإنترنت.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#10b981",
  "background_color": "#f3f4f6",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "إضافة مصروف جديد",
      "short_name": "إضافة",
      "description": "إضافة عملية مصروف جديدة بسرعة",
      "url": "./index.html?action=add",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "عرض السجل",
      "short_name": "السجل",
      "description": "عرض سجل المصروفات السابقة",
      "url": "./index.html?action=history",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الإحصائيات",
      "short_name": "إحصائيات",
      "description": "عرض إحصائيات المصروفات",
      "url": "./index.html?action=stats",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
