{
    "name": "TradyBay - Post. Hire. Done.",
    "short_name": "TradyBay",
    "description": "Post jobs, compare quotes and hire trusted tradespeople across the UK. Funds stay secure until the job is done.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#1E40AF",
    "lang": "en-GB",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "/assets/images/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Post a Job",
            "short_name": "Post Job",
            "description": "Post a new job for tradespeople to quote on",
            "url": "/job/create",
            "icons": [{ "src": "/assets/images/logo.png", "sizes": "192x192" }]
        },
        {
            "name": "My Projects",
            "short_name": "Projects",
            "description": "Track your active and past projects",
            "url": "/my-projects",
            "icons": [{ "src": "/assets/images/logo.png", "sizes": "192x192" }]
        },
        {
            "name": "Inbox",
            "short_name": "Inbox",
            "description": "Messages with tradespeople",
            "url": "/inbox",
            "icons": [{ "src": "/assets/images/logo.png", "sizes": "192x192" }]
        }
    ],
    "prefer_related_applications": false
}
