{
    "theme_color": "#465f6b",
    "background_color": "#afc8d2",
    "icons": [{
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "/resources/logo/icon512_maskable.png",
            "type": "image/png"
        }, {
            "purpose": "any",
            "sizes": "512x512",
            "src": "/resources/logo/icon512_rounded.png",
            "type": "image/png"
        }],
    "orientation": "any",
    "display": "standalone",
    "dir": "left",
    "lang": "en-CA",
    "name": "LynxERP Solutions",
    "short_name": "LynxERP",
    "start_url": "/",
    "scope": "/",
    "description": "LynxERP Solution",
    "id": "com.lynxerp.app",
    "splash_screen": {
    "portrait": {
      "background_color": "#ffffff",
      "image": {
        "src": "/resources/logo/splash_p.png",
        "sizes": "1242x2688",
        "type": "image/png"
      }
    },
    "landscape": {
      "background_color": "#ffffff",
      "image": {
        "src": "/resources/logo/splash_l.png",
        "sizes": "2688x1242",
        "type": "image/png"
      }
    }
  }
}