Barak - Upbit API 기반 비트코인(Bitcoin) 시세 현황판

Barak - Upbit API 기반 비트코인(Bitcoin) 시세 현황판

Upbit API 기반 비트코인(Bitcoin) 시세 현황판입니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Barak - Upbit API 기반 비트코인(Bitcoin) 시세 현황판",
  "version": "4.2.0",
  "description": "Upbit API 기반 비트코인(Bitcoin) 시세 현황판입니다.",
  "icons": {
    "16": "./barak_icon.png",
    "48": "./barak_icon.png",
    "128": "./barak_icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "barak_icon.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+X",
        "mac": "Alt+X"
      },
      "description": "Barak"
    }
  },
  "background": {
    "service_worker": "background.min.js"
  },
  "permissions": [
    "notifications",
    "storage"
  ]
}