{
    "id": "com.digiprojects.modernpos.v2",
    "name": "ModernPOS",
    "short_name": "ModernPOS",
    "start_url": "/?pwa=1",
    "display": "standalone",
    "display_override": [
        "standalone",
        "window-controls-overlay"
    ],
    "background_color": "#ffffff",
    "theme_color": "#1e1b4b",
    "description": "Enterprise-grade Point of Sale system for the modern retailer.",
    "orientation": "any",
    "categories": [
        "business",
        "finance"
    ],
    "icons": [
        {
            "src": "/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}