{
    "id": "https://employee-tracker-sooty.vercel.app/",
    "name": "WorkWatch",
    "short_name": "WorkWatch",
    "description": "WorkWatch — workforce tracking and management. Geofenced check-ins, live team status, and multi-site tools for managers and staff.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "display_override": ["standalone", "browser"],
    "background_color": "#080c0e",
    "theme_color": "#00e87a",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "categories": ["business", "productivity", "utilities"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "icons/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Manager dashboard on desktop"
        },
        {
            "src": "icons/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "WorkWatch check-in on mobile"
        }
    ]
}
