{
    "name": "ZynoPOS",
    "short_name": "ZynoPOS",
    "description": "Restaurant POS, billing, KOT, tables, and operations.",
    "id": "/?source=pwa",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "browser"],
    "orientation": "any",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "categories": ["business", "productivity", "food"],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon",
            "purpose": "any"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "POS",
            "short_name": "POS",
            "description": "Open the POS table view.",
            "url": "/pos",
            "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
        },
        {
            "name": "Kitchen KOT",
            "short_name": "KOT",
            "description": "Open the kitchen KOT board.",
            "url": "/kitchens/kot",
            "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
        },
        {
            "name": "Tables",
            "short_name": "Tables",
            "description": "Open dining table management.",
            "url": "/tables",
            "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
        }
    ]
}
