{
    
"name": "EZebra Cross Main APK",
"short_name": "EZC Main",
"start_url": "./index.html",
"scope": "./",
"display": "fullscreen",

"description": "Mobile POS app for billing and sales management",
"lang": "en",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"protocol_handlers": [
  {
    "protocol": "web+ezc",
    "url": "index.html?data=%s"
  }
],
"icons": [
    {
        "src": "./icon-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "./icon-192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
    }
],
"screenshots": [
    {
        "src": "./screenshot-of-mobile-posPNG2880x1800.png",
        "sizes": "2880x1800",
        "type": "image/png",
        "description": "A screenshot of the home page"
    }
],

"shortcuts": [
    {
        "name":"EZC Main",
        "url":"./index.html",
        "description":"Go to homepage"
    }
]
}