{
  "name": "Modisar Livestock Management",
  "short_name": "Modisar",
  "description": "Comprehensive livestock management and compliance platform for Botswana",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["agriculture", "productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Animal",
      "short_name": "Add",
      "description": "Quickly add a new animal",
      "url": "/animals/add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vaccinations",
      "short_name": "Vaccines",
      "description": "View vaccination schedule",
      "url": "/animals/vaccinations",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

