In Or Out

In Or Out

Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "In Or Out",
  "version": "1.8.1",
  "manifest_version": 2,
  "description": "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)",
  "icons": {
    "48": "images/me_48x48.png"
  },
  "browser_action": {
    "default_icon": "inorout.png",
    "default_popup": "popup.html",
    "default_title": "In Or Out"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "http://inorout.epicswell.com/*",
    "tabs",
    "notifications",
    "cookies"
  ],
  "web_accessible_resources": [
    "images/me_48x48.png"
  ]
}