{
  "name": "Weigh Me In",
  "short_name": "Weigh Me In",
  "description": "Track your GLP-1 journey, log weight & meals, monitor side effects, and celebrate every milestone. Your complete weight loss companion for Ozempic, Wegovy, Mounjaro & more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0284c7",
  "categories": ["health", "fitness"],
  "screenshots": [
    {
      "src": "/icons/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/screenshot-1080x1440.png",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "/icons/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Weight",
      "short_name": "Log Weight",
      "description": "Quickly log your weight",
      "url": "/?action=log-weight",
      "icons": [{ "src": "/icons/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Log Injection",
      "short_name": "Log Injection",
      "description": "Log your GLP-1 dose",
      "url": "/?action=log-injection",
      "icons": [{ "src": "/icons/favicon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
