{
  "name": "SomaSync — Protocol OS",
  "short_name": "SomaSync",
  "description": "Protocol manager for TRT, peptides, supplements, labs, and disease prevention. Absorption-aware scheduling, cycle timers, and AI assistance.",
  "start_url": "./",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0b0f14",
  "theme_color": "#000000",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "medical", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./?view=today",
      "description": "Today's scheduled doses"
    },
    {
      "name": "Weekly Stack",
      "short_name": "Weekly",
      "url": "./?view=weekly",
      "description": "The full weekly schedule"
    },
    {
      "name": "Prevention",
      "short_name": "Prevention",
      "url": "./?view=prevention",
      "description": "AI-generated disease prevention stacks"
    }
  ]
}
