{
  "name": "CottageMP — Homemade Food",
  "short_name": "CottageMP",
  "description": "Find homemade food from local home cooks near you",
  "start_url": "/marketplace",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#6B2B95",
  "theme_color": "#6B2B95",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "Browse Marketplace",
      "url": "/marketplace",
      "description": "Browse homemade food listings"
    },
    {
      "name": "My Orders",
      "url": "/marketplace/orders",
      "description": "View your orders"
    }
  ]
}
