{
    "name": "Attendance System",
    "short_name": "Attendance",
    "description": "Face Recognition Attendance System for Teachers",
    "start_url": "/index.php",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/images/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icons/icon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": ["education", "productivity"],
    "shortcuts": [
        {
            "name": "Take Attendance",
            "short_name": "Attendance",
            "description": "Start taking attendance with face recognition",
            "url": "/index.php#attendance",
            "icons": [{ "src": "/assets/images/icons/icon.svg", "sizes": "96x96" }]
        },
        {
            "name": "My Courses",
            "short_name": "Courses",
            "description": "View and manage your courses",
            "url": "/index.php#courses",
            "icons": [{ "src": "/assets/images/icons/icon.svg", "sizes": "96x96" }]
        }
    ]
}
