{
    "short_name": "ThemeVally",
    "name": "Theme-Vally Support Center",
    "description": "Official support center for Theme-Vally. Get expert assistance, documentation, and customization services for your WordPress themes and templates.",
    "icons": [
        {
            "src": "/logo192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "/logo512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "/maskable_icon.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        }
    ],
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#10b981",
    "background_color": "#ffffff",
    "orientation": "portrait",
    "scope": "/",
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Theme-Vally Support Dashboard"
        },
        {
            "src": "/screenshot2.png",
            "sizes": "720x1280",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Theme-Vally Support Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View your dashboard overview",
            "url": "/admin",
            "icons": [
                {
                    "src": "/logo192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Live Chat",
            "short_name": "Chat",
            "description": "Chat with our support team",
            "url": "/admin/chat",
            "icons": [
                {
                    "src": "/logo192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}