{
  "name": "RanchTrace — Livestock Management",
  "short_name": "RanchTrace",
  "description": "Track animals, breeding, feed, pastures, health, and finances for your ranch.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fafaf9",
  "theme_color": "#047857",
  "categories": ["productivity", "business", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-36.png", "sizes": "36x36", "type": "image/png" },
    { "src": "/icons/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Field Mode",
      "short_name": "Field",
      "description": "Quick-check animals in the field",
      "url": "/?view=field",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Needs Attention",
      "short_name": "Attention",
      "description": "Animals and tasks needing attention",
      "url": "/?view=attention",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Add Animal",
      "short_name": "Add",
      "description": "Register a new animal",
      "url": "/?view=animals&action=add",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
