{
  "name": "PepDose - Peptide Calculator",
  "short_name": "PepDose",
  "description": "Free peptide reconstitution calculator with visual syringe, multi-peptide stacking, and saved protocols.",
  "start_url": "/calculator/app.html",
  "display": "standalone",
  "background_color": "#0a0a12",
  "theme_color": "#0a0a12",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["health", "medical", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/calculator.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Calculator view with visual syringe"
    }
  ]
}
