던파 세라 충전 조회

던파 세라 충전 조회

던전앤파이터에 충전한 비용을 확인하기 위한 확장 프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "던파 세라 충전 조회",
  "description": "던전앤파이터에 충전한 비용을 확인하기 위한 확장 프로그램",
  "version": "1.0.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/logo_16.png",
      "32": "/images/logo_32.png",
      "48": "/images/logo_48.png",
      "64": "/images/logo_64.png",
      "128": "/images/logo_128.png"
    }
  },
  "host_permissions": [
    "https://df.nexon.com/*",
    "https://df.game.naver.com/*"
  ],
  "icons": {
    "16": "/images/logo_16.png",
    "32": "/images/logo_32.png",
    "48": "/images/logo_48.png",
    "64": "/images/logo_64.png",
    "128": "/images/logo_128.png"
  }
}