{
  "name": "AlmaWell — Peptide Protocol Tracker",
  "short_name": "AlmaWell",
  "description": "Track your personalized peptide protocol, dilution guide, cycle support, and wellness progress with AlmaWell.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1A1310",
  "theme_color": "#1A1310",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["health", "medical", "fitness"],
  "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"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Today's Dose",
      "short_name": "Log Dose",
      "description": "Quickly log your daily peptide dose",
      "url": "/dashboard/dose-log",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Protocol",
      "short_name": "Protocol",
      "description": "View your current peptide protocol",
      "url": "/dashboard/protocol",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Cycle Tracker",
      "short_name": "Cycle",
      "description": "View your menstrual cycle phase and peptide guidance",
      "url": "/dashboard/cycle",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
