{
    "name": "InVision - AI Vision Board",
    "short_name": "InVision",
    "description": "Transform your dreams into actionable plans with AI-powered vision boards",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0a1e",
    "theme_color": "#8b5cf6",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/dashboard.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard view with your vision boards"
        }
    ],
    "categories": [
        "productivity",
        "lifestyle",
        "personalization"
    ],
    "shortcuts": [
        {
            "name": "Create Vision",
            "url": "/",
            "description": "Start a new vision board"
        },
        {
            "name": "My Visions",
            "url": "/dashboard",
            "description": "View your saved visions"
        }
    ]
}