{
  "name": "robthurston.com",
  "short_name": "robthurston",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#424747",
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Tools and Calcs",
      "short_name": "Tools",
      "url": "./tools.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cycling Power Zone Calcs",
      "short_name": "Power Zones",
      "url": "./cycling.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cycling HR Zone Calcs",
      "short_name": "HR Zones",
      "url": "./hr.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cycling Nutrition Calculator",
      "short_name": "Nutrition",
      "url": "./nutrition.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "BMI Calculator",
      "short_name": "BMI",
      "url": "./bmi.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "BMR Calculator",
      "short_name": "BMR",
      "url": "./bmr.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sweat Rate",
      "short_name": "Sweat",
      "url": "./sweat.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Running Pace",
      "short_name": "Pace",
      "url": "./pace.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Race Equivalents",
      "short_name": "Equiv",
      "url": "./equivalents.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Zwift Calories",
      "short_name": "Zwift kcal",
      "url": "./zwift.php",
      "icons": [
        {
          "src": "./icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}