{
  "dir": "ltr",
  "lang": "es",
  "name": "I.A. Páramo",
  "short_name": "Páramo",
  "scope": "/",
  "display":"standalone",
"orientation":"portrait",
"serviceworker":{"src":"sw.js","scope":"/"},
  "start_url": "https://paramo.softhomesolutions.com/index.php",
  "background_color": "#1d1815",
  "theme_color": "#1d1815",
  "description": "M\u00f3dulo de cargas de pedidos",
  "icons": [
    {
      "src": "img/icons/maskable_icon.png",
      "sizes": "225x225",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "url": "https://paramo.softhomesolutions.com",
  "shortcuts": [
   {
      "name": "Nueva orden",
      "description": "Presione para agregar una nueva orden",
      "url": "/order_data.php",
      "icons": [
         {
            "src": "/img/icons/add.svg",
            "type": "image/svg+xml",
            "sizes": "96x96"
         }

      ]
   },
   {
      "name": "Ordenes",
      "description": "Presione para ver el listado de ordenes del dia",
      "url": "/order_list.php",
      "icons": [
         {
            "src": "/img/icons/list_ic_ic48.svg",
            "type": "image/svg+xml",
            "sizes": "96x96"
         }

      ]
   }

]
}