{
  "name": "BingoPay",
  "short_name": "BingoPay",
  "description": "Send, receive, and hold money — BingoPay wallet.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0B1220",
  "theme_color": "#0B1220",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send money",
      "short_name": "Send",
      "url": "/dashboard/send"
    },
    {
      "name": "Receive money",
      "short_name": "Receive",
      "url": "/dashboard/receive"
    },
    {
      "name": "Activity",
      "short_name": "Activity",
      "url": "/dashboard/activity"
    }
  ]
}
