QL Buddy

QL Buddy

Tells you, when cool server or guy is online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "QL Buddy",
  "version": "0.6.0",
  "manifest_version": 2,
  "description": "Tells you, when cool server or guy is online",
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "38": "icon_38.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    },
    "default_title": "QL Buddy",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background060.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://www.quakelive.com/*",
    "https://www.googledrive.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.quakelive.com/*"
      ],
      "js": [
        "jquery-1.7.2.min.js",
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}