Bitcoin Ticker for WEX exchange

Bitcoin Ticker for WEX exchange

The best way to track Bitcoin, Litecoin and other cryptocurrencies price at WEX exchange

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bitcoin Ticker for WEX exchange",
  "version": "0.3.8",
  "short_name": "Ticker for WEX",
  "description": "The best way to track Bitcoin, Litecoin and other cryptocurrencies price at WEX exchange",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "author": "CoinWizard Team",
  "icons": {
    "128": "/images/wex_128.png"
  },
  "background": {
    "page": "/views/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/js/pageContent.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "128": "/images/wex_128.png"
    },
    "default_popup": "/views/popup.html",
    "default_title": "WEX Exchange ticker"
  }
}