{
  "name": "hodl",
  "short_name": "hodl",
  "description": "Light crypto wallet for the terminal. BIP-39 in, addresses out. Local keys, no custodian. Rust + ratatui.",
  "start_url": "/hodl/",
  "scope": "/hodl/",
  "display": "standalone",
  "background_color": "#0b0d10",
  "theme_color": "#73daca",
  "icons": [
    {
      "src": "favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ]
}
