{
  "name": "SweatSciences",
  "short_name": "SweatSci",
  "description": "Know exactly what to drink. Your personal sodium, potassium and magnesium — and the cheap, complete mix that hits it. Save it once, then it's one tap a day.",
  "start_url": "/?src=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf1dc",
  "theme_color": "#faf1dc",
  "scope": "/",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate my formula",
      "short_name": "Calculate",
      "description": "Enter session weights and get replacement targets",
      "url": "/?src=shortcut#calc",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Science",
      "short_name": "Science",
      "description": "Primary-source physiology",
      "url": "/science?src=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
