{
  "name": "sho.ng - Share Music Everywhere",
  "short_name": "sho.ng",
  "description": "The shortest way to share music across all platforms",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "url_handlers": [
    {
      "origin": "https://open.spotify.com"
    },
    {
      "origin": "https://music.apple.com"
    },
    {
      "origin": "https://www.youtube.com"
    },
    {
      "origin": "https://youtu.be"
    },
    {
      "origin": "https://music.youtube.com"
    },
    {
      "origin": "https://tidal.com"
    },
    {
      "origin": "https://listen.tidal.com"
    },
    {
      "origin": "https://www.deezer.com"
    },
    {
      "origin": "https://deezer.page.link"
    },
    {
      "origin": "https://soundcloud.com"
    }
  ]
}
