polopin for POLONIEX

polopin for POLONIEX

fixed header and menu for GOOD!!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "polopin for POLONIEX",
  "description": "fixed header and menu for GOOD!!!",
  "manifest_version": 2,
  "version": "1.1.2.2",
  "default_locale": "en",
  "icons": {
    "128": "icon/no.png"
  },
  "browser_action": {
    "default_icon": {
      "38": "icon/no.png"
    }
  },
  "background": {
    "scripts": [
      "index.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "content_security_policy": "script-src 'self'  ; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "https://poloniex.com/exchange",
        "https://poloniex.com/marginTrading",
        "https://poloniex.com/lending"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "font/*",
    "audio/*",
    "icon/*",
    "image/*",
    "lib/*"
  ]
}