{
    "name": "DineSync - Smart Mess Management",
    "short_name": "DineSync",
    "description": "Eat Better · Speak Up · Stay Healthy — Smart multi-tenant hostel mess management platform.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#f97316",
    "orientation": "any",
    "scope": "/",
    "lang": "en-IN",
    "categories": [
        "food",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "View Today's Menu",
            "short_name": "Menu",
            "description": "See what's being served today",
            "url": "/student/menu",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Submit Rating",
            "short_name": "Rate",
            "description": "Rate your last meal",
            "url": "/student/rate",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Skip a Meal",
            "short_name": "Skip",
            "description": "Register meal skip and earn karma",
            "url": "/student/skip",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}