{
    "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": "/dex/feed",
    "start_url": "/dex/feed",
    "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"
      }
    ]
  }
