Yambalú - Juegos al mejor precio

Yambalú - Juegos al mejor precio

Comparamos automáticamente los precios de los videojuegos que estés visualizando y te ofrecemos el precio más barato.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "manifest_version": 3,
  "version": "2.1.0.0",
  "author": "Yambalú",
  "icons": {
    "128": "logo128.png"
  },
  "homepage_url": "http://extension.yambalu.com",
  "short_name": "Yambalú",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "38": "logo.png"
    },
    "default_title": "Yambalú",
    "browser_style": true
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "webRequest",
    "scripting",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "externally_connectable": {
    "matches": [
      "*://yambalu-localhost/*",
      "*://*.yambalu.com/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  }
}