UCBee Dashboard extension

UCBee Dashboard extension

Dashboard for the UCBee telecommunication systems

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_popup": "ui/Popup.html",
    "default_title": "UCBee Dashboard"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "num.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Dashboard for the UCBee telecommunication systems",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjMTuYhjSNtrI3wMnKj5W4OX5SEcTX+/75GtCrIEP7OJ1e1tzPOnfMHrFP34ybGrtQHTngokolZNPryC0wYCjQ8jMlg9nHUx8F+nkrhOj3O05grkp64x+ZTyiKLtG4nYUOIyZQnuB0rkflOFdq/r0GmaQcAxAzDuaXVk1S4/DpWk9RS1JdhPgyakbNDKkR6I833DCG6ii4sFsNxq8N7vVRjrlx3yAXPGBd58q7HARk46iAeZcXIe8YidnbF756W03OzH+Vu9r4IXOkjR6pRBagmZwFih7qqCNNBvqMY5oG2fr9mr9ZeQn0wNyyg5a+ZUdU0N4CjS4GyQZ4Ruf77nl8wIDAQAB",
  "manifest_version": 2,
  "name": "UCBee Dashboard extension",
  "options_page": "ui/Settings.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.2",
  "web_accessible_resources": [
    "/ui/popup/*"
  ]
}