{
  "name": "The Allotment Path",
  "short_name": "AllotmentPath",
  "description": "Garden and allotment management",
  "theme_color": "#4a7c59",
  "background_color": "#f5f1eb",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "/app/dashboard",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
