{
    "name": "FMS - النظام المالي",
    "short_name": "FMS",
    "description": "نظام إدارة مالية وتشغيلية احترافي",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f5f7fb",
    "theme_color": "#3559E0",
    "lang": "ar",
    "dir": "rtl",
    "icons": [
        {
            "src": "/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["finance", "business", "productivity"],
    "shortcuts": [
        {
            "name": "لوحة التحكم",
            "short_name": "الرئيسية",
            "url": "/",
            "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
        },
        {
            "name": "الصناديق",
            "short_name": "صناديق",
            "url": "/funds",
            "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
        },
        {
            "name": "المعاملات",
            "short_name": "حركات",
            "url": "/transactions",
            "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
        }
    ]
}
