{
    "lang": "zxx",
    "name": "PZH Tools",
    "short_name": "PZH Tools",
    "display_override": [],
    "display": "standalone",
    "start_url": "/index.html",
    "background_color": "#000000",
    "theme_color": "#000000",
    "description": "A description for your application",
    "orientation": "any",
    "related_applications": [],
    "prefer_related_applications": false,
    "protocol_handlers" :[
        {
        "protocol": "web+jngl",
        "url": "/lookup?type=%s"
      },
      {
        "protocol": "web+jnglstore",
        "url": "/shop?for=%s"
      }
    ],

    "icons": [
    {
        "src": "https://www.pwabuilder.com/assets/icons/icon_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "https://www.pwabuilder.com/assets/icons/icon_192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
    }
],
    "screenshots": [
    {
        "src": "https://www.pwabuilder.com/assets/screenshots/screen1.png",
        "sizes": "2880x1800",
        "type": "image/png",
        "description": "A screenshot of the home page"
    }
],
    "shortcuts": [
    {
        "name":"PZH Tools",
        "url":"/index.html",
        "description":"A description of the functionality of this shortcut",
        "icons":[]
    }
]
}

