{
    "name": "Faust IDE",
    "short_name": "Faust IDE",
    "description": "Progressive Web App for Faust IDE",
    "icons": [{
        "src": "./icon/icon_192.png",
        "sizes": "192x192",
        "type": "image/png"
    }, {
        "src": "./icon/icon_512.png",
        "sizes": "512x512",
        "type": "image/png"
    }],
    "start_url": "./index.html",
    "display": "standalone",
    "background_color": "#2b2b2b",
    "theme_color": "#2b2b2b"
}
