Runescape Alog Classic

Runescape Alog Classic

Changes Runescape's adventurer's log to the classic 2011 look.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Runescape Alog Classic",
  "description": "Changes Runescape's adventurer's log to the classic 2011 look.",
  "version": "2.0.4",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "css": [
        "hide.css"
      ],
      "js": [
        "lib/jquery-2.1.1.min.js",
        "script.js"
      ],
      "run_at": "document_start",
      "matches": [
        "http://services.runescape.com/m=adventurers-log/*"
      ]
    }
  ],
  "permissions": [
    "http://www.runescape.com/",
    "http://services.runescape.com/",
    "http://hiscore.runescape.com/"
  ],
  "web_accessible_resources": [
    "alog.html",
    "alog_empty.html",
    "resources/*"
  ]
}