{
  "name": "SixThirty - Health Tracking",
  "short_name": "SixThirty",
  "description": "Track peptide protocols, weight, and health metrics",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/convoke_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/convoke_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/convoke_logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/convoke_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/convoke_logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/convoke_logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["health", "productivity"],
  "shortcuts": [
    {
      "name": "Log Injection",
      "short_name": "Injection",
      "description": "Quickly log an injection",
      "url": "/dashboard?tab=injections",
      "icons": [
        {
          "src": "/convoke_logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Log Weight",
      "short_name": "Weight",
      "description": "Log your current weight",
      "url": "/dashboard?tab=weight",
      "icons": [
        {
          "src": "/convoke_logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
