{
  "id": "/",
  "name": "GoWaggly - Pet Health Management",
  "short_name": "GoWaggly",
  "description": "Connect pet owners with veterinarians for better pet health care",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/pet-owner/home",
      "description": "Go to your dashboard"
    },
    {
      "name": "My Pets",
      "url": "/pet-owner/home#pets",
      "description": "View your pets"
    }
  ]
}
