{
  "name": "BTC Native Wallet",
  "short_name": "BTC Native",
  "description": "Self-custodial Bitcoin wallet. Name first. Wallet second.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0D0D0D",
  "theme_color": "#0D0D0D",
  "orientation": "portrait",
  "categories": ["finance", "utilities"],
  "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"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Send",
      "url": "/send",
      "description": "Send Bitcoin"
    },
    {
      "name": "Receive",
      "url": "/receive",
      "description": "Receive Bitcoin"
    },
    {
      "name": "Marketplace",
      "url": "/marketplace",
      "description": "Browse Bitcoin names"
    }
  ]
}
