{
    "name": "Naomi Gospel Stream - Christian Music Streaming",
    "short_name": "Naomi Gospel",
    "description": "Stream uplifting Christian worship music, gospel songs, and praise music. Your digital home for spirit-filled music. Developed by Naomi Tech Solutions.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#121212",
    "theme_color": "#1DB954",
    "orientation": "any",
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "icons": [
        {
            "src": "/images/icons/icon-512x512.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/images/gracewaves-mark.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": ["music", "entertainment", "lifestyle"],
    "shortcuts": [
        {
            "name": "Browse Songs",
            "short_name": "Songs",
            "url": "/songs"
        },
        {
            "name": "My Library",
            "short_name": "Library",
            "url": "/library"
        },
        {
            "name": "Downloaded Songs",
            "short_name": "Downloads",
            "url": "/downloads"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}