Korail Macro

Korail Macro

KORAIL 자동 예약 매크로

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Korail Macro",
  "description": "KORAIL 자동 예약 매크로",
  "version": "1.2.2",
  "permissions": [
    "http://www.letskorail.com/"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery-1.11.0.min.js",
        "content.js"
      ],
      "matches": [
        "http://www.letskorail.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "inject.js",
    "btn_start.png",
    "btn_stop.png",
    "tada.mp3"
  ]
}