{
    "name": "S.C.A.L.A. AI OS",
    "short_name": "S.C.A.L.A.",
    "description": "AI-powered Operating System for Startup Strategy, Growth & Scaling",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#0B1120",
    "theme_color": "#0B1120",
    "orientation": "any",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "description": "Apri la dashboard principale",
            "url": "/?source=pwa_shortcut_home",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "CRM",
            "short_name": "CRM",
            "description": "Gestisci contatti e deal",
            "url": "/crm?source=pwa_shortcut_crm",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "SARA",
            "short_name": "SARA",
            "description": "Chat con l'assistente AI SARA",
            "url": "/sara/outreach?source=pwa_shortcut_sara",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Notifiche",
            "short_name": "Notifiche",
            "description": "Centro notifiche",
            "url": "/notifications?source=pwa_shortcut_notif",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "categories": [
        "business",
        "productivity",
        "finance"
    ],
    "lang": "it",
    "dir": "ltr",
    "prefer_related_applications": false
}
