{
    "name": "RAM HR SYSTEM",
    "short_name": "RAM HR",
    "description": "نظام RAM لإدارة الموارد البشرية",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#EEF5FA",
    "theme_color": "#0F2F46",
    "categories": [
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "./js/assets/ram-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./js/assets/ram-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "الرئيسية",
            "short_name": "الرئيسية",
            "url": "./index.html"
        }
    ]
}