{
    "name": "ExcelDataCleaner - Spreadsheet Cleaning Tool",
    "short_name": "ExcelDataCleaner",
    "description": "Clean messy spreadsheets in seconds. Privacy-first, browser-based Excel and CSV cleaning tool.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3B82F6",
    "icons": [
        {
            "src": "/icon-light-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}