USDliner - цены в долларах на Onliner

USDliner - цены в долларах на Onliner

Отображает цены сайта Onliner.by в долларах.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "USDliner - цены в долларах на Onliner",
  "description": "Отображает цены сайта Onliner.by в долларах.",
  "version": "4.0.0",
  "permissions": [
    "tabs",
    "storage",
    "*://onliner.by/",
    "*://*.onliner.by/",
    "*://onliner.ru/",
    "*://*.onliner.ru/",
    "http://www.nbrb.by/Services/XmlExRates.aspx"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.onliner.by/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "USDliner - отображает цены сайта Onliner.by в долларах.",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "popup.html",
  "storage": {
    "managed_schema": "schema.json"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "eventPage.js"
    ],
    "persistent": true
  },
  "manifest_version": 2
}