{
    "name": "VLD Service Tecnici",
    "short_name": "VLD Tech",
    "description": "App gestione checkup e interventi tecnici VLD Service",
    "start_url": "/webapp/",
    "scope": "/webapp/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1BA8DB",
    "orientation": "portrait",
    "categories": ["business", "productivity"],
    "lang": "it-IT",
    "dir": "ltr",
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "shortcuts": [
        {
            "name": "Messaggi",
            "url": "/webapp/messaggi",
            "description": "Invia messaggi e file",
            "icons": [
                {
                    "src": "/pwa/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Nuovo Checkup",
            "url": "/webapp/checkup/create",
            "description": "Crea un nuovo checkup",
            "icons": [
                {
                    "src": "/pwa/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Dashboard",
            "url": "/webapp/dashboard",
            "description": "Dashboard principale",
            "icons": [
                {
                    "src": "/pwa/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Rapportino",
            "url": "/webapp/create-rapportino",
            "description": "Crea rapportino veloce",
            "icons": [
                {
                    "src": "/pwa/icons/icon-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/pwa/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa/icons/icon-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa/icons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/pwa/screenshots/dashboard.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard principale"
        },
        {
            "src": "/pwa/screenshots/checkup.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Gestione checkup"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
