{
    "name": "GridAI \u2014 AI-Powered Spreadsheet Engine",
    "short_name": "GridAI",
    "description": "AI-enhanced spreadsheet platform with 30+ insert types, real-time collaboration, and intelligent automation.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0F0F14",
    "theme_color": "#6C63FF",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/assets/images/app_logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/app_logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "business",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Spreadsheet",
            "short_name": "New",
            "description": "Create a new spreadsheet",
            "url": "/spreadsheet-editor",
            "icons": [
                {
                    "src": "/assets/images/app_logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Files",
            "description": "Open file dashboard",
            "url": "/file-dashboard",
            "icons": [
                {
                    "src": "/assets/images/app_logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}