{
  "name": "PeptideTracker",
  "short_name": "PeptideTracker",
  "description": "Educational peptide research companion with AI-powered reference tools.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "reference"],
  "shortcuts": [
    {
      "name": "Interaction Checker",
      "url": "/checker",
      "description": "Research peptide interaction information"
    },
    {
      "name": "Log a Dose",
      "url": "/log",
      "description": "Log your latest entry"
    }
  ]
}
