{
  "id": "/?source=pwa",
  "name": "NutraWag Health Tracker",
  "short_name": "NutraWag",
  "description": "Track your dog's daily wellness routines, log supplements, and prepare for vet visits. Mobile-first, offline-capable, private-by-default.",
  "lang": "en-CA",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": ["health", "lifestyle", "medical"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/app-screen-portrait.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Daily check-in and dog dashboard"
    },
    {
      "src": "/images/app-screen-landscape.webp",
      "sizes": "1920x1080",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Trends and vet summary view"
    }
  ],
  "shortcuts": [
    {
      "name": "New daily check-in",
      "short_name": "Check-in",
      "description": "Log today's routine for your dog",
      "url": "/?action=checkin&source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "View trends",
      "short_name": "Trends",
      "description": "See patterns in the last 14 days",
      "url": "/?action=trends&source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Vet summary",
      "short_name": "Vet summary",
      "description": "Generate a summary to share with your vet",
      "url": "/?action=vet-summary&source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
