{
    "id": "/",
    "name": "موني — إدارة المصاريف",
    "short_name": "موني",
    "description": "تتبّع المصاريف والرواتب والدخل الإضافي والتذكيرات — بالدينار والدولار",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "/?src=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#6c5ce7",
    "categories": ["finance", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
        { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "مصروف جديد", "short_name": "مصروف", "description": "تسجيل مصروف بسرعة",
          "url": "/transactions?quick=expense", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "تقرير الشهر", "short_name": "التقرير", "description": "ملخّص الشهر الحالي",
          "url": "/reports/monthly", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "التذكيرات", "short_name": "تذكيرات", "description": "الاستحقاقات القادمة والمتأخرة",
          "url": "/reminders", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
    ]
}
