{
    "name": "Dwelphin - AI Career Command Center",
    "short_name": "Dwelphin",
    "description": "AI-Powered Career Command Center for personalized roadmaps and 72-hour action plans. Convert market news into career growth.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#faf7f2",
    "theme_color": "#f97316",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": [
        "productivity",
        "education",
        "business"
    ],
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dwelphin Dashboard"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "AI Career Planner",
            "short_name": "Planner",
            "description": "Create your personalized career roadmap with AI",
            "url": "/ai-career-planner",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Access your career command center",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Resume AI",
            "short_name": "Resume",
            "description": "Build and optimize your resume with AI",
            "url": "/resume-ai",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "edge_side_panel": {
        "preferred_width": 400
    }
}