{
  "name": "JetStore",
  "short_name": "JetStore",
  "description": "JetStore Wellcome",
"start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#031921",
  "background_color": "#031921",
  "dir": "ltr",
  "lang": "es-ES",
  "prefer_related_applications": true,
  "icons": [
    {
      "src": "img/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "img/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}