Dragon Go Server -Indicator

Dragon Go Server -Indicator

Indicator of games waiting at http://www.dragongoserver.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dragon Go Server -Indicator",
  "version": "1.0.12",
  "icons": {
    "48": "icon.png",
    "128": "icon_128.png"
  },
  "description": "Indicator of games waiting at http://www.dragongoserver.net",
  "background": {
    "scripts": [
      "jquery-1.7.1.js",
      "scripts.js",
      "init.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "notifications",
    "tabs",
    "http://www.dragongoserver.net/*"
  ],
  "options_page": "options.html"
}