{
    "lang": "en-us",
    "name": "reLive player",
    "short_name": "reLive",
    "description": "reLive is a player for reliving scene music shows",
    "start_url": "/",
    "id": "/",
    "background_color": "#2f3d58",
    "theme_color": "#2f3d58",
    "orientation": "any",
    "display": "standalone",
    "display_override": ["window-controls-overlay"],
    "icons": [
        {
            "src": "/resources/logo512.png",
            "sizes": "512x512"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+relive",
            "url": "/open?link=%s"
        }
    ],
    "screenshots": [
        {
            "src": "/resources/screenshot1wide.jpg",
            "sizes": "1000x764",
            "type": "image/jpeg",
            "form_factor": "wide"
        },
        {
            "src": "/resources/screenshot1.jpg",
            "sizes": "1080x2115",
            "type": "image/jpeg"
        },
        {
            "src": "/resources/screenshot2.jpg",
            "sizes": "1080x2115",
            "type": "image/jpeg"
        }
    ]
}
