{
  "name": "Well Calculator",
  "short_name": "Well Calc",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0c1720",
  "theme_color": "#102331",
  "icons": [
    {
      "src": "well-icon-v51-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "well-icon-v51-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "well-icon-v51-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "well-icon-v51-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "./well-calculator-v51",
  "scope": "./"
}