Okcash Price Ticker

Okcash Price Ticker

This extension displays the current rate/price of Okcash on the badge icon.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Iolar Demartini Junior - iolardemartini.com",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    }
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "32": "icons/icon-32.png",
    "38": "icons/icon-38.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "options.html",
  "permissions": [
    "https://bittrex.com/api",
    "https://bleutrade.com/api",
    "https://www.cryptopia.co.nz/api",
    "https://yobit.net/api",
    "https://fonts.googleapis.com/",
    "notifications",
    "storage"
  ],
  "short_name": "__MSG_shortname__",
  "version": "1.1"
}