{
    "name": "Feins — send any song to any friend",
    "short_name": "Feins",
    "description": "Send any song to any friend, whatever app they use. Turn screenshots and group chats into playlists you can actually press play on.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#09090b",
    "theme_color": "#09090b",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/favicon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "categories": [
        "music",
        "social",
        "productivity"
    ],
    "screenshots": []
}