{
    "name": "LaraPush - #1 Self Hosted Push Notification Panel",
    "short_name": "LaraPush",
    "start_url": "/test/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0067F5",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/assets/logo/pwa-logo-128x128.png",
            "type": "image/png",
            "sizes": "128x128"
        },
        {
            "src": "/assets/logo/pwa-logo-512x512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ]
}