{
  "id": "/",
  "name": "Drenio",
  "short_name": "Drenio",
  "description": "Connect with local farmers. Reserve fresh produce, honey, eggs and more — direct from the source.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#2d6a2d",
  "theme_color": "#2d6a2d",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Market",
      "short_name": "Browse",
      "url": "/browse",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Harvest",
      "short_name": "Harvest",
      "url": "/my-garden",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/01-browse.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse fresh products from local farmers"
    },
    {
      "src": "/static/screenshots/02-plant-detail.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Follow growth from sowing to harvest"
    },
    {
      "src": "/static/screenshots/03-my-harvest.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your reservations in one place"
    },
    {
      "src": "/static/screenshots/04-farmer-profile.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Meet the farmer behind your food"
    },
    {
      "src": "/static/screenshots/05-notifications.png",
      "sizes": "2160x3840",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stay updated on every step"
    }
  ]
}
