Impero Backdrop

Impero Backdrop

Provides classroom management, learning support and student safeguarding.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Impero Backdrop",
  "manifest_version": 2,
  "version": "3.0.136",
  "description": "__MSG_appDescription__",
  "web_accessible_resources": [
    "licenses.html"
  ],
  "default_locale": "en",
  "icons": {
    "16": "class-icons/stopped-icon16.png",
    "32": "class-icons/stopped-icon32.png",
    "48": "class-icons/stopped-icon48.png",
    "64": "class-icons/stopped-icon64.png",
    "96": "class-icons/stopped-icon96.png",
    "128": "class-icons/stopped-icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "32": "class-icons/stopped-icon32.png"
    },
    "default_popup": "ExtensionMenu.html",
    "default_title": "Impero"
  },
  "commands": {
    "download-log": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "chromeos": "Ctrl+Shift+L"
      },
      "description": "log"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "enterprise.deviceAttributes",
    "storage",
    "tabs",
    "desktopCapture",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "bookmarks",
    "downloads",
    "identity",
    "identity.email",
    "notifications",
    "http://*/*",
    "https://*/*",
    "file://*",
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';script-src-elem 'self' https://cdn.jsdelivr.net/npm/[email protected]/dist/worker.min.js https://cdn.jsdelivr.net/npm/[email protected]/dist/worker.min.js.map https://cdn.jsdelivr.net/npm/[email protected]/tesseract-core-simd.wasm.js;"
}