EntregaLibre -- Somos tu intermediario

EntregaLibre -- Somos tu intermediario

EntregaLibre -- Somos tu intermediario

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EntregaLibre -- Somos tu intermediario",
  "description": "EntregaLibre -- Somos tu intermediario",
  "author": "EntregaLibre",
  "version": "0.0.6",
  "browser_action": {
    "default_title": "EntregaLibre -- Somos tu intermediario",
    "default_icon": "img/logo.png",
    "default_popup": "html/menu.html"
  },
  "icons": {
    "32": "img/logo.png",
    "128": "img/logo.png"
  },
  "background": {
    "persistent": true,
    "page": "html/bg.html"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "tabs",
    "*://*.entregalibre.com/*",
    "*://dev.ext.entregalibre.com/*",
    "*://*.amazon.com/*",
    "*://*.amzn.com/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.it/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.es/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.in/*",
    "*://*.amazon.com.br/*",
    "*://*.amazon.nl/*",
    "*://*.amazon.com.au/*",
    "*://*.sweetwater.com/*",
    "*://*.google.com/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.amazon.com/*",
        "*://www.google.com/*",
        "*://google.com/*",
        "*://google.co.ve/*",
        "*://google.co/*"
      ],
      "js": [
        "dist/bundle.ct.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "frame-src 'self' *; script-src 'self' 'unsafe-eval' https://ext.entregalibre.com; object-src 'self'; style-src 'self' 'unsafe-inline';",
  "web_accessible_resources": [
    "html/iframe.html",
    "dist/bundle.iframe.js",
    "img/logo-blanco-imagen-1.png"
  ]
}