{
    "name": "DUALE",
    "short_name": "duale",
    "background_color": "#3E4EB8",
    "theme_color": "#2F3BA2",
    "manifest_version": 1,
    "version": "1.0.0",
    "icons": [
        {
            "src": "https://www.alessandromartella.it/PWA/images/512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "https://www.alessandromartella.it/PWA/images/384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "https://www.alessandromartella.it/PWA/images/192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://www.alessandromartella.it/PWA/images/152x152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        
        {
            "src": "https://www.alessandromartella.it/PWA/images/128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "https://www.alessandromartella.it/PWA/images/96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "https://www.alessandromartella.it/PWA/images/72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        }
    ],
    "start_url": ".", 
    "lang": "it-IT",
    "display": "standalone"
}


