{
"version": "1.1.4",
"comment": "---Above version must be the same as data-pwa-version",
"comment": "---data-pwa-version can be found in index.html in the manifest tag",
"comment": "---if versions are not the same it will cause an update loop",
"lang" : "es",
"name" : "Mercado Modelo",
"scope" : "/",
"display" : "fullscreen",
"start_url" : "/",
"short_name" : "Auto Gestion",
"description" : "Mercado Modelo - Auto Gestion",
"orientation" : "portrait",
"background_color": "#00853f",
"theme_color": "#00853f",
"generated" : "true",
  "icons": [
    {
      "src": "/images/icons/72.jpg",
      "sizes": "72x72",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/88.jpg",
      "sizes": "88x88",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/128.jpg",
      "sizes": "128x128",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/144.jpg",
      "sizes": "144x144",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/152.jpg",
      "sizes": "152x152",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/196.jpg",
      "sizes": "196x196",
      "type": "image/jpg"
    },
    {
      "src": "/images/icons/512.jpg",
      "sizes": "512x512",
      "type": "image/jpg"
    }
  ]
}