#TheZone Kick Lotto Stats

#TheZone Kick Lotto Stats

Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "imgs/icon_19.png",
    "default_title": "__MSG_tzks_name__",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_tzks_description__",
  "icons": {
    "16": "imgs/icon_16.png",
    "19": "imgs/icon_19.png",
    "128": "imgs/icon_128.png"
  },
  "name": "__MSG_tzks_name__",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "http://tzirc.com/*",
    "http://www.tzirc.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.14",
  "web_accessible_resources": [
    "imgs/icon_128.png"
  ]
}