{
    "name": "Ocean POS",
    "short_name": "Ocean POS",
    "description": "Point of sale — scan, sell, print",
    "start_url": "/app/pos",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0b2e59",
    "theme_color": "#1d2d3d",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
