{
    "name": "Community Health Worker",
    "short_name": "CHW",
    "start_url": "/app/chw",
    "display": "standalone",
    "background_color": "#00b300",
    "theme_color": "#00b300",
    "description": "Community Health Worker",
    "categories": [
      "business",
      "productivity",
      "utilities"
    ],
    "icons": [
      {
        "src": "/files/apf1.svg",
        "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
        "type": "image/svg+xml",
        "purpose": "any"
      }
    ],
    "id": "chw",
    "dir": "auto",
    "lang": "en",
    "orientation": "any",
    "prefer_related_applications": false,
    "handle_links": "preferred",
    "launch_handler": {
    "client_mode": "navigate-existing"
    },
    "shortcuts": [
  {
    "name": "Household",
    "url": "/app/households",
    "description": "Household List",
    "icons": [
        {
          "src": "/files/apf1.svg",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
  },
  {
    "name": "Household list",
    "url": "app/household",
    "description": "Household list",
    "icons": [
        {
          "src": "/files/apf1.svg",
          "type": "image/svg+xml",
          "purpose": "any"
        }
      ]
  }
]
  }