{
    "name": "Sole Searcher",
    "short_name": "Sole Searcher",
    "description": "Simple app to determine the shod outsole track length and unshod barefoot track length based on known insole measurements, nominal shoe size, and subject height for Search & Rescue purposes.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#27272a",
    "icons": [
      {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
      },
       {
          "src": "/icon-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
      }
    ]
  }
