{
  "name": "NetShop Panel",
  "short_name": "NetShop",
  "description": "Panel interno de NetShop para cuentas, ventas y renovaciones.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "background_color": "#f8fafc",
  "theme_color": "#0d6efd",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/img/netshop-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/img/netshop-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/img/netshop-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
