{
    "name": "Right Music - Music Distribution Platform",
    "short_name": "Right Music",
    "description": "Distribute your music to 150+ platforms worldwide. Track revenue, manage releases, and receive payouts.",
    "start_url": "/index.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0f172a",
    "theme_color": "#4171f6",
    "categories": [
        "music",
        "entertainment",
        "business"
    ],
    "icons": [
        {
            "src": "/assets/icons/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/user/dashboard.php",
            "icons": [
                {
                    "src": "/assets/icons/favicon.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "My Releases",
            "short_name": "Releases",
            "url": "/user/releases.php",
            "icons": [
                {
                    "src": "/assets/icons/favicon.png",
                    "sizes": "512x512"
                }
            ]
        }
    ]
}