{
    "name": "Youcut",
    "short_name": "Youcut",
    "description": "Simple video clipping tool for YouTube videos.",
    "lang": "id-ID",
    "dir": "ltr",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f0f0ed",
    "theme_color": "#f0f0ed",

    "icons": [
        {
            "src": "/statics/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/statics/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/statics/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}