Onliner.by currency converter

Onliner.by currency converter

Convert prices on Onliner.by to y.e.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "ru",
  "version": "2.3",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "webNavigation",
    "activeTab",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "__MSG_application_title__"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "converter.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "options_page": "options.html",
  "icons": {
    "128": "icon128.png"
  }
}