{
    "name": "Field Ops - Contracting.App",
    "short_name": "Field Ops",
    "description": "Mobile time tracking and field operations for construction workers",
    "start_url": "/field-ops/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#667eea",
    "background_color": "#ffffff",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/static/icons/field-ops-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/field-ops-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshots/timer-mobile.png",
            "sizes": "375x812",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Start Timer",
            "short_name": "Timer",
            "description": "Start tracking your time",
            "url": "/time-tracking/timer",
            "icons": [
                {
                    "src": "/static/icons/timer-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Clock In",
            "short_name": "Clock In",
            "description": "Clock in for the day",
            "url": "/field-ops/clock-in",
            "icons": [
                {
                    "src": "/static/icons/clock-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}