{
  "id": "/portal/",
  "name": "PixVend APP",
  "short_name": "PixVend",
  "start_url": "/portal/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "images/icone-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icone-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}