woz 1.2.3

Woz is a WebAssembly progressive web app (PWA) toolchain for deploying performant mobile apps distributed for free with a hyperlink.
{
    "name": "{{ name }}",
    "short_name": "{{ short_name }}",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "{{ bg_color }}",
    "description": "{{ description }}",
    "icons": [
        {
            "src": "./img/icons/homescreen_48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_144x144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_168x168.png",
            "sizes": "168x168",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./img/icons/homescreen_512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}