{
  "name": "Herbwiki",
  "short_name": "Herbwiki",
  "description": "A medicinal plants reference with 145+ herbs \u2014 symptoms, preparation, cautions and history. Works offline.",
  "start_url": "./herbwiki.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3a7020",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-splash-screen.png",
      "sizes": "660x1116",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Herbwiki splash screen"
    },
    {
      "src": "screenshot-herb-list.png",
      "sizes": "660x1116",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse 75+ medicinal herbs"
    },
    {
      "src": "screenshot-symptom-finder.png",
      "sizes": "660x1116",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Find herbs by symptom"
    },
    {
      "src": "screenshot-community.png",
      "sizes": "660x1116",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Community herb library"
    }
  ],
  "categories": [
    "health",
    "medical",
    "reference"
  ],
  "lang": "en-NZ",
  "scope": "./",
  "id": "herbwiki",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "shortcuts": [
    {
      "name": "Symptom Finder",
      "short_name": "Symptoms",
      "description": "Find herbs by symptom",
      "url": "./herbwiki.html?screen=sf",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Community Herbs",
      "short_name": "Community",
      "description": "Browse community herb library",
      "url": "./herbwiki.html?screen=community",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./herbwiki.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "search",
      "url": "url"
    }
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
}