{
    "name": "USA Movers Load Board",
    "short_name": "MoversBoard",
    "description": "Find and manage moving jobs, loads, pickups and deliveries across the USA.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#ffd550",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["business", "logistics", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Loads",
            "short_name": "Loads",
            "description": "View available loads on the board",
            "url": "/?tab=load&utm_source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Pickups",
            "short_name": "Pickups",
            "description": "View pickup jobs",
            "url": "/?tab=pickup&utm_source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Deliveries",
            "short_name": "Delivery",
            "description": "View delivery jobs",
            "url": "/?tab=delivery&utm_source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Post & Track",
            "short_name": "Trackpost",
            "description": "Post a new job or track an existing one",
            "url": "/?tab=trackpost&utm_source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ]
}
