코인퐁 (업비트)

코인퐁 (업비트)

코인퐁(업비트) 암호화폐 시세조회 알리미

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "코인퐁 (업비트)",
  "description": "코인퐁(업비트) 암호화폐 시세조회 알리미",
  "version": "1.2.3",
  "background": {
    "scripts": [
      "res/js/common.js",
      "res/js/jquery.js",
      "res/js/responsivevoice.js",
      "res/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "res/img/logo_128.png",
    "default_popup": "popup.html",
    "default_title": "코인퐁(업비트) 암호화폐 시세조회 알리미"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.upbit.com/*"
      ],
      "exclude_matches": [
        "*://*/home*",
        "*://*/full_chart*"
      ],
      "run_at": "document_start",
      "css": [
        "res/css/common.css",
        "res/css/pages.css"
      ],
      "js": [
        "res/js/common.js",
        "res/js/jquery.js",
        "res/js/jquery.bxslider.min.js",
        "res/js/pages.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://api.ip.pe.kr; object-src 'self'",
  "icons": {
    "16": "res/img/logo_16.png",
    "48": "res/img/logo_48.png",
    "128": "res/img/logo_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "tabs",
    "background",
    "storage",
    "https://*.upbit.com/*",
    "https://api.ip.pe.kr/*",
    "https://www.coinupndown.com:8083/cp/*"
  ],
  "web_accessible_resources": [
    "res/img/*",
    "res/css/*",
    "res/js/*",
    "res/mid/*",
    "pages_inc_pannel.html"
  ],
  "short_name": "CoinPong",
  "update_url": "https://clients2.google.com/service/update2/crx"
}