{
    "theme_color": "#00732f",
    "background_color": "#2ee815",
    "display": "standalone",
    "scope": "/index.html",
    "start_url": "/index.html",
    "name": "RUOZ Gallery",
    "short_name": "RUOZ",
    "icons": [
        {
            "src": "img/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "img/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "img/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "img/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}