{
  "name": "DefiExchange",
  "short_name": "DefiExchange",
  "description": "Buy USDT with CAD via Interac e-Transfer",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#080e1a",
  "theme_color": "#1a6bf5",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["finance"],
  "lang": "en-CA",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Buy USDT",
      "short_name": "Buy",
      "description": "Place a new exchange order",
      "url": "/exchange.html",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your order history",
      "url": "/exchange.html#orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
