{
  "name": "Community FarmTable",
  "short_name": "FarmTable",
  "description": "Chicago's farm-to-table marketplace — shop fresh produce, join a CSA, and connect directly with local farmers.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2E7D32",
  "background_color": "#FAFAF9",
  "lang": "en",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Products",
      "url": "/products",
      "description": "Browse fresh farm products"
    },
    {
      "name": "My CSA Box",
      "url": "/csa",
      "description": "Build or manage your CSA subscription"
    },
    {
      "name": "Community Feed",
      "url": "/community",
      "description": "See farm updates and recipes"
    }
  ]
}
