{
    "name": "Words Learning",
    "short_name": "Words",
    "description": "Learn English vocabulary with Urdu meanings and pronunciation",
    "start_url": "index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f0f4f8",
    "theme_color": "#0d6efd",
    "lang": "en",
    "categories": ["education"],
    "icons": [
        {
            "src": "icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "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-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Words",
            "short_name": "Words",
            "description": "Browse vocabulary pages",
            "url": "words.php",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Practice Questions",
            "short_name": "Quiz",
            "description": "Practice with quiz questions",
            "url": "questions.php",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
