{
    "name": "arapia",
    "short_name": "arapia",
    "description": "AI-powered career development platform. Apply smarter, not harder.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050505",
    "theme_color": "#00F0FF",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Profile",
            "short_name": "Profile",
            "description": "View your career profile",
            "url": "/profile",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Applications",
            "short_name": "Apps",
            "description": "Track your job applications",
            "url": "/applications",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Interview Practice",
            "short_name": "Interview",
            "description": "Practice with AI interviewer",
            "url": "/interview",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/import",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "url": "url",
            "text": "text",
            "title": "title"
        }
    },
    "categories": [
        "productivity",
        "business"
    ],
    "lang": "en",
    "prefer_related_applications": false,
    "related_applications": []
}