{
  "name": "Compounding Investments",
  "short_name": "Compounding Investments",
  "display": "standalone",
  "background_color": "#100e0e",
  "theme_color": "#000000",
  "shortcuts": [
    {
      "name": "Shortcut 1 Name",
      "short_name": "Contact Us",
      "url": "/contact",
      "icons": [
        {
          "src": "/i/apple-touch-icon-32x32.png",
          "sizes": "32x32"
        },
        {
          "src": "/i/apple-touch-icon-48x48.png",
          "sizes": "48x48"
        },
        // ... other sizes
      ]
    },
    {
      "name": "Tap to call us",
      "short_name": "Tap to Call",
      "url": "tel:+1234567890", // Replace with the desired phone number
      "icons": [
        {
          "src": "/i/apple-touch-icon-32x32.png",
          "sizes": "32x32"
        },
        {
          "src": "/i/apple-touch-icon-48x48.png",
          "sizes": "48x48"
        },
        // ... other sizes
      ]
    }
  ]
}