{
  "name": "BUMP Wallet",
  "short_name": "BUMP",
  "description": "BUMP sovereign Bitcoin wallet for fast peer-to-peer sats.",
  "id": "/live",
  "start_url": "/live",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f8faf7",
  "theme_color": "#f7931a",
  "categories": ["finance", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send sats",
      "short_name": "Send",
      "description": "Open BUMP ready to send sats.",
      "url": "/live/interaction-v2?mode=send",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Request sats",
      "short_name": "Request",
      "description": "Open BUMP ready to request sats.",
      "url": "/live/interaction-v2?mode=receive",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
