AIO Old School RuneScape

AIO Old School RuneScape

All in one Old School RuneScape resources manager.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AIO Old School RuneScape",
  "version": "2.20",
  "manifest_version": 2,
  "description": "All in one Old School RuneScape resources manager.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "scripts/jquery-3.2.1.min.js",
      "background/eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "AIO Old School RuneScape",
    "default_icon": "icons/icon48.png",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "content/content.css"
      ],
      "js": [
        "content/content.js"
      ],
      "matches": [
        "http://oldschoolrunescape.wikia.com/wiki/*"
      ]
    }
  ],
  "options_page": "options/options.html",
  "permissions": [
    "contextMenus",
    "storage"
  ]
}