{
    "name": "OpenCSV — CSV viewer & editor",
    "short_name": "OpenCSV",
    "description": "Open, edit, and save CSV files. One-time $1 lifetime access.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "background_color": "#FFFFFF",
    "theme_color": "#1B3FB5",
    "categories": ["productivity", "utilities", "business"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/pwa-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New blank file",
            "short_name": "New",
            "description": "Start a new blank CSV file",
            "url": "/app?new=1",
            "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My files",
            "short_name": "Files",
            "description": "Open your cloud-saved files",
            "url": "/my-files",
            "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
        }
    ],
    "file_handlers": [
        {
            "action": "/app",
            "accept": {
                "text/csv": [".csv"],
                "text/comma-separated-values": [".csv"],
                "application/csv": [".csv"],
                "application/vnd.ms-excel": [".csv"],
                "text/tab-separated-values": [".tsv", ".tab"]
            },
            "icons": [
                { "src": "/pwa-192.png", "sizes": "192x192", "type": "image/png" }
            ],
            "launch_type": "single-client"
        }
    ],
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "edge_side_panel": {
        "preferred_width": 480
    },
    "handle_links": "preferred"
}
