{
    "name": "RowSpeak",
    "short_name": "RowSpeak",
    "display": "minimal-ui",
    "mode": "fullscreen",
    "scope": "/",
    "start_url": "/?pwa=open",
    "description": "RowSpeak is a free Excel analysis tool that allows you to analyze Excel files through natural language. It supports all common Excel formats (.xlsx, .xls, .csv) and provides a wide range of analysis functions.",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/statics/icons/36.png",
            "sizes": "36x36",
            "type": "image/png"
        },
        {
            "src": "/statics/icons/64.png",
            "sizes": "64x64",
            "type": "image/png"
        },
        {
            "src": "/statics/icons/96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/statics/icons/128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/statics/icons/256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/statics/icons/384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/statics/icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "launch_handler": {
        "client_mode": "focus-existing",
        "launch_type": "single-client"
    },
    "file_handlers": [
        {
            "action": "/",
            "accept": {
                "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
                "application/vnd.ms-excel": [".xls"],
                "text/csv": [".csv"],
                "application/csv": [".csv"],
                "application/vnd.ms-excel.sheet.macroEnabled.12": [".xlsm"],
                "application/vnd.oasis.opendocument.spreadsheet": [".ods"],
                "image/jpeg": [".jpg", ".jpeg"],
                "image/png": [".png"],
                "application/pdf": [".pdf"]
            }
        }
    ]
}