{
  "name": "Ranch Hero — HerdBook",
  "short_name": "HerdBook",
  "description": "Manage your herd and sell livestock professionally. Works offline in the pasture.",
  "start_url": "/dashboard/herd",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1a0f",
  "theme_color": "#16a34a",
  "categories": ["business", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Herd",
      "short_name": "Herd",
      "url": "/dashboard/herd",
      "description": "View and manage your animals"
    },
    {
      "name": "Add Animal",
      "short_name": "Add",
      "url": "/dashboard/herd/new",
      "description": "Add a new animal to your herd"
    },
    {
      "name": "Listings",
      "short_name": "Listings",
      "url": "/dashboard",
      "description": "Manage your marketplace listings"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1548550023-2bdb3c5beed7?w=390&h=844&fit=crop",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "HerdBook — Manage your herd offline"
    }
  ]
}
