{
    "name": "AutEvo AI",
    "short_name": "AutEvo",
    "description": "Multi-Industry Trade Management Platform",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/img/pwa/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/pwa/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/pwa/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/img/pwa/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/img/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Job",
            "short_name": "New Job",
            "description": "Quickly create a new job",
            "url": "/jobs/new",
            "icons": [
                {
                    "src": "/static/img/pwa/shortcut-job.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Dispatch",
            "short_name": "Dispatch",
            "description": "View dispatch board",
            "url": "/dispatch",
            "icons": [
                {
                    "src": "/static/img/pwa/shortcut-dispatch.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "description": "View schedule",
            "url": "/calendar",
            "icons": [
                {
                    "src": "/static/img/pwa/shortcut-calendar.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "prefer_related_applications": false
}