Ruliweb Board Support

Ruliweb Board Support

당신의 루리웹 생활을 윤택하게 해드립니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ruliweb Board Support",
  "description": "당신의 루리웹 생활을 윤택하게 해드립니다.",
  "version": "0.900.1",
  "icons": {
    "128": "resource/128.png"
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "storage",
    "unlimitedStorage",
    "*://*.ruliweb.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.ruliweb.com/*"
      ],
      "js": [
        "js/jquery-2.1.4.js",
        "js/core.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/jquery-2.1.4.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "options_page": "html/options.html",
  "browser_action": {
    "default_icon": "resource/128.png",
    "default_popup": "html/popup.html"
  }
}