BU ServiceNow

BU ServiceNow

A Whole New ServiceNow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BU ServiceNow",
  "version": "4.4",
  "manifest_version": 2,
  "description": "A Whole New ServiceNow",
  "icons": {
    "16": "images/help.png",
    "128": "images/help.png"
  },
  "options_page": "options/index.html",
  "background": {
    "page": "background.html"
  },
  "omnibox": {
    "keyword": "sn"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "dashboard/index.html",
    "incident-list/index.html",
    "incident-quick/index.html",
    "incident-new/index.html",
    "view/*",
    "options/index.html",
    "login/complete.html",
    "images/*",
    "panels/*",
    "js/*"
  ],
  "permissions": [
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "storage",
    "http://www.bu.edu/",
    "https://www.bu.edu/",
    "https://bu.service-now.com/*"
  ]
}