{
    "short_name": "SoundChain",
    "name": "SoundChain",
    "description": "Stream. Earn. Own. The decentralized music platform.",
    "categories": ["social", "music", "entertainment"],
    "background_color": "#000000",
    "theme_color": "#000000",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/nodes",
    "share_target": {
      "action": "/compose",
      "method": "GET",
      "enctype": "application/x-www-form-urlencoded",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    },
    "protocol_handlers": [
      {
        "protocol": "web+soundchain",
        "url": "/compose?url=%s"
      }
    ],
    "icons": [
      {
          "src": "/favicons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
      },
      {
          "src": "/favicons/android-chrome-384x384.png",
          "sizes": "384x384",
          "type": "image/png",
          "purpose": "any"
      },
      {
          "src": "/favicons/android-chrome-512x512.png",
          "sizes": "512x512",
          "type": "image/png",
          "purpose": "any"
      },
      {
        "src": "/favicons/android-chrome-maskable-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/favicons/android-chrome-maskable-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "Feed",
        "url": "/dex/feed"
      },
      {
        "name": "Pulse",
        "url": "/dex/pulse"
      },
      {
        "name": "Explore",
        "url": "/dex/users"
      }
    ]
  }
