{
    "name": "Ivy Route Ops",
    "short_name": "Ivy Route Ops",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#0D00A4",
    "description": "IvyRouteOps — Route Operations & Driver Management",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "application/zip",
                        "application/x-zip-compressed",
                        ".zip",
                        "text/csv",
                        "text/plain",
                        ".csv",
                        ".txt",
                        "application/octet-stream",
                        "*/*"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
