{
    "name": "METASHAPES by @v3rbo",
    "short_name": "METASHAPES",
    "description": "Real-time SVG digital art camera",
    "start_url": "./index.html",
    "display": "fullscreen",
    "orientation": "portrait",
    "background_color": "#0a0a0a",
    "theme_color": "#0a0a0a",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}