{
  "id": "./",
  "name": "GLP Compass — GLP-1 Journey Tracker",
  "short_name": "GLP Compass",
  "description": "A private, local-first tracker for GLP-1 doses, symptoms, weight, meals and lifestyle patterns.",
  "lang": "en",
  "start_url": "./#home",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f6f4ee",
  "theme_color": "#112521",
  "categories": ["health", "medical", "lifestyle"],
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My plan",
      "short_name": "Plan",
      "description": "Open your GLP-1 medication plan",
      "url": "./#plan",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Insights",
      "short_name": "Insights",
      "description": "Open your tracking insights",
      "url": "./#insights",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ],
  "prefer_related_applications": false
}
