{
    "id":  "./index.html",
    "name":  "Express360",
    "short_name":  "Express360",
    "description":  "Plataforma logística para crear, administrar y rastrear entregas locales.",
    "display":  "standalone",
    "display_override":  [
                             "standalone",
                             "minimal-ui"
                         ],
    "start_url":  "./index.html",
    "scope":  "./",
    "background_color":  "#f5f7fa",
    "theme_color":  "#111111",
    "orientation":  "portrait",
    "categories":  [
                       "business",
                       "productivity",
                       "utilities"
                   ],
    "icons":  [
                  {
                      "src":  "img/icon-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "any"
                  },
                  {
                      "src":  "img/icon-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "any"
                  },
                  {
                      "src":  "img/maskable-192.png",
                      "sizes":  "192x192",
                      "type":  "image/png",
                      "purpose":  "maskable"
                  },
                  {
                      "src":  "img/maskable-512.png",
                      "sizes":  "512x512",
                      "type":  "image/png",
                      "purpose":  "maskable"
                  }
              ],
    "shortcuts":  [
                      {
                          "name":  "Panel",
                          "short_name":  "Panel",
                          "url":  "./panel.html",
                          "icons":  [
                                        {
                                            "src":  "img/icon-192.png",
                                            "sizes":  "192x192"
                                        }
                                    ]
                      },
                      {
                          "name":  "Crear guia",
                          "short_name":  "Guia",
                          "url":  "./guia-envio.html",
                          "icons":  [
                                        {
                                            "src":  "img/icon-192.png",
                                            "sizes":  "192x192"
                                        }
                                    ]
                      },
                      {
                          "name":  "Mi reparto",
                          "short_name":  "Reparto",
                          "url":  "./mi-reparto.html",
                          "icons":  [
                                        {
                                            "src":  "img/icon-192.png",
                                            "sizes":  "192x192"
                                        }
                                    ]
                      }
                  ]
}
