{
  "name": "FlowNuc - Professional Nuclear Medicine Calculator",
  "short_name": "FlowNuc",
  "description": "Educational decay calculator and isotope reference tool for nuclear medicine professionals",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0066cc",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["medical", "education", "productivity"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Decay Calculator",
      "short_name": "Calculator",
      "description": "Access the radioactive decay calculator",
      "url": "/app?tab=calculator",
      "icons": [{ "src": "/favicon.ico", "sizes": "32x32" }]
    },
    {
      "name": "Unit Converter",
      "short_name": "Converter",
      "description": "Convert between activity units",
      "url": "/app?tab=converter",
      "icons": [{ "src": "/favicon.ico", "sizes": "32x32" }]
    },
    {
      "name": "Isotope Reference",
      "short_name": "References",
      "description": "Browse isotope reference data",
      "url": "/app?tab=references",
      "icons": [{ "src": "/favicon.ico", "sizes": "32x32" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "FlowNuc desktop calculator interface"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "FlowNuc mobile calculator interface"
    }
  ]
}