{
    "name": "Vizola Super Store",
    "short_name": "VizolaStoreApp",
    "description": "Login page for your Vizola Super Store, installable as a PWA.",
    "start_url": "/login.php",
    "display": "standalone",
    "background_color": "#C3A0A6",
    "theme_color": "#002D5A",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
