{
    "name": "QuickPos",
    "short_name": "QuickPOS",
    "display": "standalone",
    "orientation": "any",
    "prefer_related_applications": false,
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/image/favicon.ico",
            "type": "image/x-icon",
            "sizes": "16x16 32x32"
        },
        {
            "src": "/image/icon-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/image/icon-512.png",
            "type": "image/png",
            "sizes": "512x512"
        },
        {
            "src": "/image/icon-192-maskable.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        },
        {
            "src": "/image/icon-512-maskable.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ]
}
