{
    "name": "VizFlow — Instant Data Visualization",
    "short_name": "VizFlow",
    "description": "Create beautiful charts from CSV, TSV, or JSON data in seconds. 100% client-side — your data never leaves your browser.",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1e3a5f",
    "orientation": "any",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📊</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Chart",
            "short_name": "New",
            "description": "Start a new chart from data",
            "url": "/index.html",
            "icons": []
        }
    ]
}
