{
  "name": "PoolChemist",
  "short_name": "PoolChem",
  "id": "/",
  "description": "Pool chemistry tracking and dosing guidance",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#f7f9fc",
  "theme_color": "#1677e8",
  "categories": ["health", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/icons/poolchemist-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/poolchemist-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/poolchemist-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Test",
      "short_name": "Test",
      "description": "Enter a new seven-way test strip",
      "url": "/?tab=test",
      "icons": [{ "src": "/icons/poolchemist-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
