NetRef: Classroom Management

NetRef: Classroom Management

Manage. Monitor. Know.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "NetRef: Classroom Management",
  "description": "Manage. Monitor. Know.",
  "version": "2023.7",
  "manifest_version": 2,
  "minimum_chrome_version": "87",
  "background": {
    "scripts": [
      "background/helpers/psl.min.js",
      "background/helpers/moment.min.js",
      "background/mlab/ndt7.min.js",
      "background/config.min.js",
      "background/browser.min.js",
      "background/netrefPlugin.min.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes",
    "notifications",
    "activeTab",
    "webRequest"
  ],
  "icons": {
    "16": "img/icon.png",
    "22": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background/helpers/mouseMoveDetection.min.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}