{
    "name": "App EET",
    "short_name": "app-eet",
    "description": "Applicazione per la gestione delle note spese nei cantieri",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#f59e0b",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/pwa-icons/icon-192x192.png?v=3",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/pwa-icons/icon-512x512.png?v=3",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/pwa-icons/screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard Gestione Spese"
        },
        {
            "src": "/pwa-icons/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Dashboard Gestione Spese"
        }
    ],
    "lang": "it-IT",
    "categories": ["business", "productivity"]
}
