{
  "name": "Mingo",
  "short_name": "Mingo",
  "display": "standalone",
  "start_url": "/standalone.html",
  "background_color": "#004867",
  "theme_color": "#004867",
  "lang": "en",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/mingo-logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/mingo-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Wallet",
      "url": "/wallet/assets",
      "icons": [{ "src": "/assets/wallet-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Explore Events",
      "url": "/events/category/discover",
      "icons": [{ "src": "/assets/ticket-icon.png", "sizes": "96x96" }]
    }
  ],
  "launch_handler": {
    "route_to": "existing-client"
  },
  "capture_links": "existing-client-navigate",
  "description": "A Web3 platform for events, tokens, and NFTs",
  "categories": ["Web3", "NFTs", "Events"],
  "screenshots": [],
  "protocol_handlers": [
    {
      "protocol": "wc",
      "url": "/wallet/receive?uri=%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://app.mingo.com"
    }
  ],
  "handle_links": "preferred"
}
