{
    "name": "Sand Man POS Terminal",
    "short_name": "Sand Man POS",
    "description": "Administrative Management and Point of Sale Terminal for Sand Man",
    "start_url": "/pos",
    "background_color": "#0d1f1a",
    "theme_color": "#d4af37",
    "display": "standalone",
    "orientation": "any",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}