{
    "id": "/pos",
    "name": "Accounting POS",
    "short_name": "POS",
    "description": "Point of sale — works online and offline",
    "start_url": "/pos",
    "scope": "/",
    "display": "standalone",
    "orientation": "landscape",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "categories": ["business", "finance"],
    "icons": [
        {
            "src": "/icons/pos-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/pos-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}
