{
  "name": "Pick Your Fruit",
  "short_name": "Pick Your Fruit",
  "description": "Discover Australian orchards where you can pick your own fresh fruit. Browse orchards on a map, check seasonal availability and chat with growers.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f7f5",
  "theme_color": "#1e9e55",
  "lang": "en-AU",
  "categories": ["travel", "food", "lifestyle"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}