BestChange

BestChange

Selection of profitable exchange offers with the BestChange exchanger monitor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appname__",
  "short_name": "BestChange",
  "version": "1.65",
  "description": "__MSG_appdesc__",
  "author": "BestChange.ru",
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "cookies",
    "storage",
    "proxy",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://bestchange.ru/*",
    "*://www.bestchange.ru/*",
    "*://bestchange.net/*",
    "*://www.bestchange.net/*",
    "*://bestchange.com/*",
    "*://www.bestchange.com/*"
  ],
  "action": {
    "default_title": "BestChange",
    "default_icon": "images/19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  }
}