{
  "name": "AnimalDossier - Animal Records & Readiness",
  "short_name": "AnimalDossier",
  "description": "Durable animal records, identity, and emergency readiness—kept together for the animals you care about.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#FFF6F2",
  "theme_color": "#22304A",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["health", "medical", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View all your animals",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Add Animal",
      "short_name": "Add",
      "description": "Register a new animal",
      "url": "/profiles/new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
