{
    "name": "Career Royale - AI-Powered Career Platform",
    "short_name": "Career Royale",
    "description": "Career Royale is an AI-powered career platform that helps you optimize your resume, improve LinkedIn, practise interviews, and track applications.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3B82F6",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": [
        "business",
        "productivity",
        "education"
    ],
    "icons": [
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop-resume-builder.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Resume Builder Interface"
        },
        {
            "src": "/screenshots/mobile-dashboard.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Resume",
            "short_name": "New Resume",
            "description": "Start building a new resume",
            "url": "/dashboard/target-resume",
            "icons": [
                {
                    "src": "/shortcuts/resume.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Template Library",
            "short_name": "Templates",
            "description": "Browse resume templates",
            "url": "/dashboard/template-library",
            "icons": [
                {
                    "src": "/shortcuts/templates.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Resumes",
            "short_name": "Resumes",
            "description": "View your saved resumes",
            "url": "/dashboard/my-resumes",
            "icons": [
                {
                    "src": "/shortcuts/my-resumes.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}