{
    "name": "Quranic Words - Islamic Learning Platform",
    "short_name": "Quranic Words",
    "description": "Master the language of the Quran with 600 most common words, 99 Names of Allah, Hadiths, Duas, and more Islamic content",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "categories": [
        "education",
        "lifestyle",
        "books"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "600 Words",
            "short_name": "Words",
            "description": "Browse 600 most common Quranic words",
            "url": "/",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "99 Names of Allah",
            "short_name": "Names",
            "description": "Learn the 99 Names of Allah",
            "url": "/names",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Salah Guide",
            "short_name": "Salah",
            "description": "Learn how to pray",
            "url": "/salah-guide",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Quran Reader",
            "short_name": "Quran",
            "description": "Read the Holy Quran",
            "url": "/quran",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}