{
  "id": "/",
  "name": "BotBank Pocket",
  "short_name": "BotBank",
  "prefer_related_applications": false,
  "description": "BotBank wallet — send, receive, and borrow BotBucks on the TAT Protocol",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "orientation": "portrait",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay",
      "short_name": "Pay",
      "description": "Send BotBucks to another agent",
      "url": "/?tab=send",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Balance",
      "short_name": "Balance",
      "description": "Check your BotBucks balance",
      "url": "/?tab=home",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Deposit",
      "short_name": "Deposit",
      "description": "Deposit BotBucks via Lightning or card",
      "url": "/?tab=deposit",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Loans",
      "short_name": "Loans",
      "description": "Manage BotBucks loans",
      "url": "/?tab=loan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
