{
  "manifest_version": 2,
  "name": "Favrit QA ePOS",
  "short_name": "QA",
  "start_url": "/?pwa=true",
  "scope": "/",
  "icons": [
    {
      "src": "favrit_logo_symbol.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ],
  "background_color": "#FFFFFF",
  "display": "fullscreen",
  "theme_color": "#7545FB",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
