{
  "name": "PawBaseline — Preventive Pet Wellness",
  "short_name": "PawBaseline",
  "description": "Know what is normal for your pet. Notice what is not.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "lang": "en-US",
  "background_color": "#fbf8f2",
  "theme_color": "#84a98c",
  "categories": ["health", "lifestyle", "productivity"],
  "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" }
  ],
  "shortcuts": [
    { "name": "Daily Check-In", "short_name": "Check-In", "url": "/checkin", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Ask PawBaseline", "short_name": "Assistant", "url": "/assistant", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Insights", "short_name": "Insights", "url": "/insights", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Profile", "short_name": "Profile", "url": "/profile", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
