{
    "name": "POS AI — Point of Sale",
    "short_name": "POS AI",
    "description": "RestaurantHub Point of Sale Terminal",
    "start_url": "/pos",
    "scope": "/pos",
    "display": "standalone",
    "orientation": "landscape",
    "background_color": "#1e3a6e",
    "theme_color": "#2c4f82",
    "lang": "en",
    "categories": ["business", "finance"],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Open POS",
            "short_name": "POS",
            "description": "Open the POS terminal",
            "url": "/pos",
            "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
        }
    ]
}
