{
    "name": "ValleyTori Flow",
    "short_name": "VT Flow",
    "description": "ValleyTori Flow - Diagram and chart making software for business, presentations, and engineering",
    "icons": [
        { "src": "../favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
        { "src": "icon-192.png", "type": "image/png", "sizes": "192x192" },
        { "src": "icon-512.png", "type": "image/png", "sizes": "512x512" },
        { "src": "icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
        { "src": "icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
    ],
    "theme_color": "#005F5B",
    "background_color": "#E0EDEB",
    "display": "fullscreen",
    "start_url": "../index.html",
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "application/x-valleytori-flow": [".vtf"],
                "application/xml": [".drawio", ".xml"]
            }
        }
    ]
}
