{
    "name": "Caveman Synth",
    "short_name": "C-SYN",
    "description": "Generate sounds and samples for music and production with this simple but powerful tone generator.",
    "scope": ".",
    "display": "fullscreen",
    "start_url": "/?fullscreen=true",
    "background_color": "#111111",
    "theme_color": "#db4938",
    "orientation": "any",
    "permissions": [
        "midi"
      ],
    "lang":"en",
    "icons": [
        {
            "src": "./img/fav/ico_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./img/fav/ico_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./img/fav/favicon.svg",
            "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "./img/fav/ico_192_mask.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/fav/ico_512_mask.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./img/fav/favicon_mask.svg",
            "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}
