{
  "name": "FuroTrack",
  "short_name": "FuroTrack",
  "description": "Enterprise livestock management platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#141b2a",
  "theme_color": "#2e9e4f",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Command Centre",
      "url": "/",
      "description": "Farm overview and KPIs"
    },
    {
      "name": "Animals",
      "url": "/animals",
      "description": "Livestock register"
    },
    {
      "name": "Tasks",
      "url": "/tasks",
      "description": "Open tasks and work orders"
    }
  ]
}
