RatesGuru - Exchangers Analyzer

RatesGuru - Exchangers Analyzer

RateGuru is an exchange analyzer that makes it easy and convenient to exchange electronic money with minimal losses due to fees, as well as to keep you informed of all the latest happenings from the world of electronic and other currencies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "KursExpert",
  "version": "5.0.0",
  "description": "Exchangers Analyzer",
  "icons": {
    "48": "icons/border-48.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://kurs.expert/*"
  ],
  "browser_action": {
    "default_icon": "icons/border-32.png",
    "default_title": "KursExpert",
    "default_popup": "popup/index.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/popup/js/jquery-3.4.1.min.js",
      "/popup/js/bg.js"
    ]
  }
}