XOE Debug helper

XOE Debug helper

A tool which can enhance your debugging experience of XOE services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "XOE Debug helper",
  "version": "1.1",
  "author": "Aravind Lakshmanan",
  "description": "A tool which can enhance your debugging experience of XOE services",
  "permissions": [
    "http://*.xfinity.com/*",
    "https://*.xfinity.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "XOE Debug helper",
    "default_icon": "images/bee48.png"
  },
  "icons": {
    "16": "images/bee16.png",
    "32": "images/bee32.png",
    "48": "images/bee48.png",
    "128": "images/bee128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "page_script.js"
  ]
}