{
    "name": "English Study App",
    "short_name": "EngStudy",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "description": "An English vocabulary and grammar study application.",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192 512x512",
            "type": "image/png"
        }
    ]
}