{
  "name": "KambingX - Smart Goat Farm Management",
  "short_name": "KambingX",
  "description": "Smart goat farm management for Malaysian farmers",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#047857",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png", 
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128", 
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Goat Herd",
      "short_name": "Goats",
      "description": "View and manage your goat herd",
      "url": "/goats",
      "icons": [
        {
          "src": "/icons/goat-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Health Monitoring",
      "short_name": "Health",
      "description": "Monitor goat health and vaccinations",
      "url": "/health",
      "icons": [
        {
          "src": "/icons/health-shortcut.png", 
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Financial Reports",
      "short_name": "Finance",
      "description": "View financial reports and transactions",
      "url": "/financial",
      "icons": [
        {
          "src": "/icons/finance-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Add New Goat",
      "short_name": "Add Goat",
      "description": "Register a new goat in the system",
      "url": "/goats/add",
      "icons": [
        {
          "src": "/icons/add-goat-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr"
}
