HP Classroom Manager Student

HP Classroom Manager Student

Enjoy real-time communication, prevent unwanted distractions, and enhance student learning with the HP Classroom Manager Chrome…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HP Classroom Manager Student",
  "version": "2.0.4.1",
  "version_name": "2.0.4",
  "icons": {
    "16": "images/school16.png",
    "48": "images/school48.png",
    "128": "images/school128.png"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/hp-classroom-manager-stud/enakdcohihakipecmneppjlneaaaiffe",
  "description": "",
  "permissions": [
    "tabs",
    "notifications",
    "desktopCapture",
    "activeTab",
    "management",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>",
    "power",
    "enterprise.deviceAttributes",
    "identity",
    "identity.email",
    "history"
  ],
  "default_locale": "en",
  "background": {
    "persitent": true,
    "scripts": [
      "js/lib/require/config.js",
      "js/lib/require/require.js",
      "js/jquery-1.11.1.min.js",
      "js/yEnc.js",
      "js/view.js",
      "js/clipboard.js",
      "js/lock.js",
      "js/keyboard.js",
      "js/chromeguts.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.11.1.min.js",
        "js/connection.js"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/school48.png",
    "default_title": "HP Classroom Manager",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png",
    "js/modules/*",
    "js/lib/*",
    "*.json"
  ],
  "storage": {
    "managed_schema": "managed-schema.json"
  },
  "manifest_version": 2
}