{
    "name": "LFO Designer",
    "short_name": "LFO Designer",
    "description": "A web-based LFO (Low-Frequency Oscillator) Wavetable Generator with an intuitive visual interface for creating custom waveforms",
    "start_url": ".\/index.php",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "img\/sine.svg",
            "sizes": "48x48",
            "type": "image\/svg+xml",
            "purpose": "any"
        },
        {
            "src": "img\/triangle.svg",
            "sizes": "96x96",
            "type": "image\/svg+xml",
            "purpose": "any"
        },
        {
            "src": "img\/square.svg",
            "sizes": "144x144",
            "type": "image\/svg+xml",
            "purpose": "any"
        },
        {
            "src": "img\/sawtooth-up.svg",
            "sizes": "192x192",
            "type": "image\/svg+xml",
            "purpose": "any"
        }
    ],
    "permissions": [
        "audioCapture"
    ],
    "features": [
        "Web Audio API",
        "Canvas API"
    ],
    "orientation": "landscape",
    "categories": [
        "music",
        "audio",
        "tools"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "prefer_related_applications": false,
    "related_applications": [],
    "scope": "\/",
    "version": "1.3.11"
}