{
    "name": "نَهْجُ الْمُسْلِمِ - رفيقك المؤمن",
    "short_name": "نَهْجُ الْمُسْلِمِ",
    "description": "الموسوعة الإسلامية الشاملة - تصفح القرآن الكريم، الأحاديث النبوية، ومواقيت الصلاة",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#059669",
    "orientation": "portrait-primary",
    "dir": "rtl",
    "lang": "ar",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "lifestyle",
        "education",
        "religion"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "القرآن الكريم",
            "short_name": "القرآن",
            "description": "تصفح سور القرآن الكريم",
            "url": "/quran",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "مواقيت الصلاة",
            "short_name": "الصلاة",
            "description": "عرض مواقيت الصلاة",
            "url": "/prayers",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "الأحاديث النبوية",
            "short_name": "الأحاديث",
            "description": "قراءة الأحاديث النبوية",
            "url": "/hadith",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}