{
    "name": "soundAS",
    "short_name": "soundAS",
    "start_url": ".",
    "scope": ".",
    "display": "standalone",
    "background_color": "#0D0D0D",
    "theme_color": "#0ABAB5",
    "description": "Keep your own songs, listen offline. soundAS plays the music you already have — nothing to browse, nothing to stream.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "categories": ["music", "entertainment"],
    "share_target": {
        "action": "share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "songs",
                    "accept": [
                        "audio/*",
                        ".mp3",
                        ".m4a",
                        ".aac",
                        ".ogg",
                        ".oga",
                        ".opus",
                        ".flac",
                        ".wav",
                        ".weba",
                        ".webm"
                    ]
                }
            ]
        }
    },
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
