{
  "name": "Source Local — Farmer Dashboard",
  "short_name": "SL Farmer",
  "description": "Manage your farm listings, orders, and customers on Source Local.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#134026",
  "theme_color": "#1f6b3d",
  "lang": "en-US",
  "categories": ["business", "productivity"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Orders",
      "short_name": "Orders",
      "description": "Check pending orders",
      "url": "/?page=orders",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Products",
      "short_name": "Products",
      "description": "Manage product listings",
      "url": "/?page=products",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
