{
    "name": "VoiceNimble PWA",
    "short_name": "VoiceNimble",
    "description": "VoiceNimble Progressive Web App.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4CAF50",
    "icons": [
        {
            "src": "images/icon_sm.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/icon_md.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
