{
  "name": "Zera FarmOS — Field Agent",
  "short_name": "FarmOS Field",
  "description": "Farm Hand mobile app for Zera FarmOS. Log operations, track tasks, and manage your flock from the field.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#27187e",
  "background_color": "#27187e",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Operation",
      "short_name": "Log",
      "description": "Quickly submit a farm operation log",
      "url": "./index.html#log"
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View your assigned tasks",
      "url": "./index.html#tasks"
    }
  ]
}
