Koinex

Koinex

A chrome extension to get real time crypto rates of Koinex. Version 1.1.0: set alerts to get notified when rates cross upper or…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Koinex",
  "short_name": "Koinex",
  "description": "",
  "version": "1.4.0",
  "icons": {
    "48": "image/icon_48_48.png",
    "128": "image/icon_128_128.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://ssl.google-analytics.com http://beacon.errorception.com; object-src 'self'",
  "web_accessible_resources": [
    "image/loader_gif.gif"
  ]
}