Crypto Market Info

Crypto Market Info

Crypto Market Info

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crypto Market Info",
  "version": "1.1.6",
  "default_locale": "en",
  "description": "Crypto Market Info",
  "icons": {
    "16": "images/icon/16.png",
    "19": "images/icon/19.png",
    "38": "images/icon/38.png",
    "48": "images/icon/48.png",
    "128": "images/icon/128.png"
  },
  "homepage_url": "http://illutex.com/",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "background",
    "storage"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_title": "Crypto Market Info",
    "default_icon": {
      "19": "images/icon/19.png",
      "38": "images/icon/38.png",
      "48": "images/icon/48.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/ratesManager.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://ssl.google-analytics.com https://illutex.com https://authedmine.com; object-src 'self'"
}