{
  "name": "AcreRoots - Farm & Property Management",
  "short_name": "AcreRoots",
  "description": "Professional farm and land management with offline-first capabilities. Manage boundaries, markers, maintenance, and more. Optimized for outdoor use.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "any",
  "categories": ["productivity", "business", "utilities", "agriculture"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo/logo-apple-touch.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View all properties",
      "url": "/dashboard"
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "View interactive map",
      "url": "/map"
    },
    {
      "name": "Add Property",
      "short_name": "Add",
      "description": "Create new property",
      "url": "/properties/new"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+acreroots",
      "url": "/properties?id=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "features": [
    "offline",
    "maps",
    "geolocation",
    "camera",
    "file-system-access",
    "push-notifications",
    "background-sync"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}
