{
  "name": "إدارة المصروف",
  "short_name": "المصروف",
  "description": "تطبيق لإدارة المصروفات والالتزامات والدخل الشهري",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#f5f7fb",
  "theme_color": "#0f766e",
  "orientation": "any",
  "dir": "rtl",
  "lang": "ar",
  "prefer_related_applications": false,
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "images/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "shortcuts": [
    {
      "name": "الدخل الشهري",
      "short_name": "الدخل",
      "url": "/monthly-incomes",
      "description": "عرض وإدارة الدخل الشهري"
    },
    {
      "name": "Wolt",
      "short_name": "Wolt",
      "url": "/wolt",
      "description": "متابعة دخل Wolt اليومي"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "واجهة إدارة المصروف"
    }
  ]
}
