RatesGuru - rating of secure exchangers

RatesGuru - rating of secure exchangers

RatesGuru - exchangers analyzer, monitoring of e-currency exchangers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescr__",
  "version": "5.0.2",
  "background": {
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "i/19.png",
    "default_popup": "index.html"
  },
  "default_locale": "ru",
  "icons": {
    "48": "i/48.png",
    "128": "i/128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "https://kurs.expert/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://kurs.expert/*"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}