{
    "name": "TrenovaCodes - Attendance App",
    "short_name": "TrenovaCodes",
    "description": "Smart attendance tracking by TrenovaCodes with check-in/check-out",
    "start_url": "index.php",
    "display": "standalone",
    "background_color": "#2563eb",
    "theme_color": "#2563eb",
    "orientation": "portrait",
    "categories": ["productivity", "business"],
    "lang": "en-US",
    "dir": "ltr",
    "scope": "/AttandaceApp/",
    "icons": [
        {
            "src": "images/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "images/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "related_applications": []
}