SNOW Chat Alert

SNOW Chat Alert

Monitor Service Now Chat Queue monitor and alert upon waiting chat available!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Jason Pham",
  "background": {
    "scripts": [
      "scripts/vendor/underscore-1.5.2.js",
      "scripts/vendor/moment-2.24.0.min.js",
      "scripts/settings.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/default/online.png",
      "38": "images/default/[email protected]"
    },
    "default_popup": "popup.html"
  },
  "description": "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!",
  "icons": {
    "16": "images/favicon.png",
    "48": "images/favicon.png",
    "128": "images/favicon.png"
  },
  "manifest_version": 2,
  "name": "SNOW Chat Alert",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "SNOW Chat",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.1",
  "web_accessible_resources": [
    "sounds/chat.mp3",
    "images/favicon.png"
  ]
}