SoloTodo

SoloTodo

Verifica si el producto que estás cotizando está más barato en otras tiendas

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.5",
  "name": "SoloTodo",
  "manifest_version": 2,
  "description": "Verifica si el producto que estás cotizando está más barato en otras tiendas",
  "browser_action": {
    "default_title": "Ver comparativa de precios",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "tabs",
    "*://www.falabella.com/falabella-cl/product/*",
    "*://simple.ripley.cl/",
    "*://www.paris.cl/",
    "*://www.abcdin.cl/",
    "*://tienda.lapolar.cl/",
    "*://www.pcfactory.cl/",
    "*://www.corona.cl/",
    "*://www.linio.cl/",
    "*://www.bip.cl/",
    "*://www.hponline.cl/",
    "*://www.infor-ingen.com/",
    "*://www.lider.cl/",
    "*://www.magens.cl/",
    "*://tienda.pc-express.cl/",
    "*://www.reifstore.cl/",
    "*://www.sistemax.cl/",
    "*://www.ttchile.cl/",
    "*://www.wei.cl/",
    "*://www.tiendasmart.cl/",
    "*://www.easy.cl/",
    "*://www.hites.com/",
    "*://www.netnow.cl/",
    "*://www.vivelo.cl/",
    "*://www.sodimac.cl/",
    "*://store.sony.cl/",
    "*://www.spdigital.cl/",
    "*://www.winpy.cl/",
    "*://local.solotodo.com/",
    "*://api.solotodo.com/",
    "*://publicapi.solotodo.com/"
  ],
  "content_security_policy": "default-src 'self'; script-src 'self' http://localhost:3000 https://localhost:3000 'unsafe-eval'; connect-src http://localhost:3000 https://localhost:3000 http://local.solotodo.com:8000 https://publicapi.solotodo.com; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}