{
    "name": "Plant Registration App",
    "short_name": "plantReg",
    "icons": [
        {
            "src": "/img/icons/app-icon-48.png",
            "type": "image/png",
            "sizes": "48x48"
        },
        {
            "src": "/img/icons/app-icon-64.png",
            "type": "image/png",
            "sizes": "64x64"
        },
        {
            "src": "/img/icons/app-icon-96.png",
            "type": "image/png",
            "sizes": "96x96"
        }
        
    ],
    "start_url": "/",
  
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#fff",
    "theme_color": "#2c3539",
    "description": "A simple Irrigation App, implementing PWA or first time.",
    "dir": "ltr",
    "lang": "en-US"
}