{
    "name": "fleetclear_go",
    "short_name": "fleetclear_go",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Fleetclear Go is the all-in-one app for drivers, transport managers, and fleet operators. Carry out daily walkaround checks, log vehicle defects, submit incident reports, and complete audits.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}