{
    "name": "MyWeightLoss",
    "short_name": "MyWeightLoss",
    "description": "UK-first weight tracker, planner and coach. Kind by default.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f8f1",
    "theme_color": "#2f7d4f",
    "categories": ["health", "lifestyle", "fitness"],
    "icons": [
        {
            "src": "/brand/mark-primary.svg",
            "type": "image/svg+xml",
            "sizes": "any",
            "purpose": "any maskable"
        },
        {
            "src": "/brand/favicon.svg",
            "type": "image/svg+xml",
            "sizes": "any"
        }
    ],
    "shortcuts": [
        { "name": "Log weigh-in",    "url": "/dashboard?action=weighin", "icons": [{ "src": "/brand/favicon.svg", "sizes": "any" }] },
        { "name": "Food diary",      "url": "/diary",         "icons": [{ "src": "/brand/favicon.svg", "sizes": "any" }] },
        { "name": "Today's habits",  "url": "/habits",        "icons": [{ "src": "/brand/favicon.svg", "sizes": "any" }] }
    ]
}
