{
    "name": "Workout",
    "short_name": "Workout",
    "background_color": "#11161f",
    "display": "standalone",
    "description": "Track progress and workouts, on the GO.",
    "theme_color": "#11161f",
    "orientation": "portrait",
    "shortcuts": [
        {
            "name": "Quick Workout",
            "url": "/workout"
        },
        {
            "name": "Calendar",
            "url": "/calendar"
        },
        {
            "name": "My Workouts",
            "url": "/my-workouts"
        }
    ],
    "start_url": "/",
    "icons": [
        {
            "src": "images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}