Tuganga, tu compra inteligente

Tuganga, tu compra inteligente

Usa esta extension para cotizar cualquier producto de las tiendas incluidas en nuestro listado

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tuganga, tu compra inteligente",
  "description": "Usa esta extension para cotizar cualquier producto de las tiendas incluidas en nuestro listado",
  "version": "4.6",
  "author": "LPW",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://simple.ripley.cl/*",
        "*://*.falabella.com/falabella-cl/product/*",
        "*://*.falabella.cl/falabella-cl/product/*",
        "*://*.paris.cl/*",
        "*://www.pcfactory.cl/producto/*",
        "*://sodimac.falabella.com/sodimac-cl/product/*",
        "*://www.hites.com/*",
        "*://www.lapolar.cl/*/*.html",
        "*://www.lider.cl/catalogo/product/sku/*",
        "*://www.dafiti.cl/*",
        "*://www.linio.cl/p/*",
        "*://www.hites.com/tienda/*",
        "*://www.corona.cl/*/p",
        "*://www.easy.cl/*",
        "*://www.microplay.cl/producto/*",
        "*://www.weplay.cl/catalog/product/*",
        "*://www.zmart.cl/scripts/*",
        "*://www.rosen.cl/*",
        "*://www.cic.cl/*/*.html",
        "*://www.dperfumes.cl/*",
        "*://www.perfumame.cl/*",
        "*://*.abcdin.cl/*",
        "*://sparta.cl/*",
        "*://www.audiomusica.com/*",
        "*://store.sony.cl/*",
        "*://www.adidas.cl/*/*",
        "*://www.decathlon.cl/*/*.html",
        "*://www.thenorthface.cl/*",
        "*://www.underarmour.cl/*",
        "*://tienda.elmundodelvino.cl//producto/sku/*/",
        "*://tienda.elmundodelvino.cl/producto/sku/*",
        "*://www.bananarepublic.cl/*",
        "*://www.columbiachile.cl/*",
        "*://cookstore.cl/*.html",
        "*://www.casamarilla.cl/*",
        "*://www.thegap.cl/*",
        "*://www.nike.cl/*/p",
        "*://www.casadelacerveza.cl/*/p",
        "*://www.mercadolibre.cl/*",
        "*://shop.huawei.com/cl/product/*",
        "*://miportal.entel.cl/personas/*/*/prod*",
        "*://www.merrell.cl/*",
        "*://kitchencenter.cl/products/*",
        "*://www.vans.cl/*",
        "*://www.hushpuppies.cl/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "tuganga.css",
        "font-awesome.css"
      ]
    },
    {
      "matches": [
        "http://www.tuganga.cl/*",
        "https://www.tuganga.cl/*",
        "http://localhost:8090/*",
        "https://servicios.tuganga.cl/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": "tuganga.png",
    "default_popup": "instrucciones.html"
  },
  "icons": {
    "16": "img/icon_16x16.png",
    "36": "img/icon_36x36.png",
    "48": "img/icon_48x48.png",
    "128": "img/icon_128x128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png",
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "http://www.tuganga.cl/",
    "https://www.tuganga.cl/*",
    "http://localhost:8090/",
    "https://servicios.tuganga.cl/*"
  ]
}