{
  "name": "Gestor de Cobros Web",
  "short_name": "Cobro$Web",
  "description": "Gestor web para el registro de cobros diarios en linea",
  "icons": [{
    "src": "../../recursos/dist/img/moneda.png",
      "sizes": "150x150",
      "type": "image/png"
    }, {
      "src": "../../recursos/dist/img/moneda100x100.png",
      "sizes": "100x100",
      "type": "image/png"
    }
           ],
  "installs_allowed_from": ["*"],
  "scope" :   "/" , 
  "start_url": "index.html",
  "display": "fullscreen",
  "background_color": "#808080",
  "theme_color": "#808080",
  "orientation": "portrait"
}