{
  "name": "StableOps Enterprise",
  "short_name": "StableOps",
  "description": "Enterprise horse-farm operations application with multi-location control, governed AI, DID billing oversight, and finance workflows.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f3ece2",
  "theme_color": "#f3ece2",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Horse Registry",
      "short_name": "Horses",
      "description": "Open the horse registry",
      "url": "./?view=horses",
      "icons": [{ "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Care Board",
      "short_name": "Care Board",
      "description": "Open the barn care board",
      "url": "./?view=board",
      "icons": [{ "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Operations",
      "short_name": "Readiness",
      "description": "Open operations and emergency readiness",
      "url": "./?view=operations",
      "icons": [{ "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "./stableops_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "StableOps Care Board — shift execution and offline task management"
    },
    {
      "src": "./stableops_logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "StableOps Horse Registry — horse records, health, and owner links"
    }
  ]
}
