{
    "name": "GixSwift Admin",
    "short_name": "GixAdmin",
    "description": "GixSwift admin console",
    "start_url": "/#/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0b0b0d",
    "theme_color": "#111111",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/Gixswiftlogo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/Gixswiftlogo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}