{
  "name": "Mushroom Forager - Field Guide & Tracker",
  "short_name": "Forager",
  "description": "Track mushroom findings, identify species, monitor weather conditions, and connect with the foraging community",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4caf50",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "categories": ["lifestyle", "education", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Home Dashboard"
    },
    {
      "src": "/screenshots/map.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Interactive Map"
    },
    {
      "src": "/screenshots/species.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Species Database"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Finding",
      "short_name": "Add",
      "description": "Record a new mushroom finding",
      "url": "/findings/new",
      "icons": [{ "src": "/icons/add-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "View foraging locations",
      "url": "/locations",
      "icons": [{ "src": "/icons/map-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "Check foraging conditions",
      "url": "/weather",
      "icons": [{ "src": "/icons/weather-96x96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr"
}
