{
  "name": "ACX Card - Global Crypto Debit Card",
  "short_name": "ACX Card",
  "description": "The premier crypto debit card supporting Visa and Mastercard. Spend your cryptocurrencies anywhere in the world.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#3EB685",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["finance", "business"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Apply for Card",
      "short_name": "Apply",
      "description": "Apply for your crypto debit card",
      "url": "/apply",
      "icons": [
        {
          "src": "/images/favicon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "My Cards",
      "short_name": "Cards",
      "description": "Manage your crypto cards",
      "url": "/cards",
      "icons": [
        {
          "src": "/images/favicon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}