{
  "name": "DNA Extraction Helper",
  "short_name": "DNA Helper",
  "description": "Spin-column DNA extraction workflow assistant — Master Mix Calculator & Protocol Checklist for molecular biology labs.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111113",
  "theme_color": "#2563EB",
  "lang": "en",
  "scope": "./",
  "categories": ["medical", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Master Mix Calculator",
      "short_name": "Calculator",
      "description": "Go directly to the Master Mix Calculator",
      "url": "./index.html#calculator",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Protocol Checklist",
      "short_name": "Checklist",
      "description": "Go directly to the Protocol Checklist",
      "url": "./index.html#checklist",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
