{
  "name": "HNB Wallet",
  "short_name": "HNB",
  "description": "Hookers and Blow Coin — browser wallet for testnet",
  "start_url": "/wallet/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#050507",
  "theme_color": "#050507",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/assets/brand/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Web Wallet",
      "url": "/wallet/",
      "description": "Open the HNB browser wallet"
    },
    {
      "name": "Block Explorer",
      "url": "/explorer/",
      "description": "Browse the HNB testnet chain"
    },
    {
      "name": "Downloads",
      "url": "/downloads",
      "description": "Desktop wallet downloads"
    }
  ]
}
