{
    "name": "Sales Panel",
    "short_name": "Sales Panel",
    "description": "Sales Dashboard & Radar Chat",
    "start_url": "/?pwa=true",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#7c6cf0",
    "orientation": "portrait-primary",
    
    "apple_mobile_web_app_capable": "yes",
    "apple_mobile_web_app_status_bar_style": "black-translucent",
    "apple_mobile_web_app_title": "Sales Panel",

    "icons": [
        {
            "src": "/static/sl-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/sl-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
