{
    "name": "Stockpadi POS",
    "short_name": "Stockpadi",
    "start_url": "/login?source=pwa",
    "background_color": "#0000FF",
    "theme_color": "#007bff",
    "display": "standalone",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/img/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/img/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}