Bank of China Exchange Rates

Bank of China Exchange Rates

A browser action to show the Bank of China`s currencies exchange rates in real time, with a popup showing the detail rates chart.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bank of China Exchange Rates",
  "version": "3.3.7",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "boc16.png",
    "default_popup": "popup.html"
  },
  "options_page": "optionRouter.html",
  "icons": {
    "48": "boc48.png",
    "128": "boc128.png"
  },
  "permissions": [
    "tts",
    "storage",
    "notifications",
    "http://*.tackliv.tk//*"
  ],
  "web_accessible_resources": [
    "boc48.png"
  ],
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "short_name": "bocrates"
}