{
    "name": "Umax fleet",
    "short_name": "Umax fleet",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen"],
    "background_color": "#0B1220",
    "theme_color": "#0B1220",
    "description": "Navigation & fuel savings for truck drivers across the US",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "categories": ["navigation", "travel", "business"],
    "lang": "en-US",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "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"
        }
    ],
    "shortcuts": [
        {
            "name": "Find Nearby Stations",
            "short_name": "Map",
            "description": "Show the nearest TA/Petro truck stops",
            "url": "/?tab=map",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "My Fuel Cards",
            "short_name": "Cards",
            "description": "Manage your WEX fuel cards",
            "url": "/?tab=cards",
            "icons": [{"src": "icons/Icon-192.png", "sizes": "192x192"}]
        }
    ]
}
