{
    "name": "Streamify",
    "short_name": "Streamify",
    "description": "Free music streaming powered by YouTube",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#1DB954",
    "orientation": "any",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "music",
        "entertainment"
    ],
    "shortcuts": [
        {
            "name": "Search Music",
            "short_name": "Search",
            "description": "Search for songs",
            "url": "/?view=search",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Liked Songs",
            "short_name": "Liked",
            "description": "Your liked songs",
            "url": "/?view=liked",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}