{
  "id": "/herb-app",
  "name": "Willow's Apothecary",
  "short_name": "Willow's",
  "description": "Identify plants with AI, explore herbal remedies, and shop handcrafted botanical wellness products from Willow's Apothecary in Thomasville, GA.",
  "start_url": "/herb-app",
  "scope": "/herb-app",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#F2E8D5",
  "theme_color": "#2D5A3D",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "education"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Identify a Plant",
      "short_name": "Identify",
      "description": "Use AI to identify any herb or plant from a photo",
      "url": "/herb-app/identify",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Herb Encyclopedia",
      "short_name": "Herbs",
      "description": "Browse medicinal herb profiles and uses",
      "url": "/herb-app/encyclopedia",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shop Remedies",
      "short_name": "Shop",
      "description": "Shop handcrafted herbal teas, tinctures, and salves",
      "url": "/herb-app/shop",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Willow's Apothecary herbal companion app home screen"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
