{
    "name": "SINL",
    "short_name": "SINL",
    "description": "Surviving Is Not Living — your private fitness tracker for workouts, nutrition, and weight.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0f172a",
    "theme_color": "#6366f1",
    "categories": ["health", "fitness"],
    "icons": [
        {
            "src": "/assets/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Log Workout",
            "url": "/views/workouts/log.cfm",
            "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Log Weight",
            "url": "/views/weight/index.cfm",
            "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Log Food",
            "url": "/views/nutrition/log.cfm",
            "icons": [{ "src": "/assets/icons/icon-96.png", "sizes": "96x96" }]
        }
    ],
    "screenshots": [],
    "related_applications": [],
    "prefer_related_applications": false
}
