csgolounge helper

csgolounge helper

csgolounge by iamoverit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/lib/jquery.min.js",
        "js/lib/jquery.cookie.js",
        "js/main.js"
      ],
      "matches": [
        "http://csgolounge.com/*"
      ]
    }
  ],
  "description": "csgolounge by iamoverit",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "csgolounge helper",
  "permissions": [
    "http://steamcommunity.com/*",
    "https://steamcommunity.com/*",
    "http://loungeassistant.bi.tk/*",
    "storage"
  ],
  "version": "0.0.1"
}