iboss Classroom Management

iboss Classroom Management

iboss Classroom Management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iboss Classroom Management",
  "short_name": "iboss Class",
  "description": "iboss Classroom Management",
  "permissions": [
    "background",
    "<all_urls>",
    "*://*/*",
    "tabs",
    "storage",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes",
    "unlimitedStorage"
  ],
  "version": "5.4.5",
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "iboss Classroom Management",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "css": [],
      "js": [
        "content.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "157337886903-c457iane9e36sjgatki05d2o363fheab.apps.googleusercontent.com",
    "scopes": [
      "profile",
      "email"
    ]
  },
  "icons": {
    "16": "resources/icon16.png",
    "32": "resources/icon32.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "web_accessible_resources": [
    "resources/*.png",
    "resources/ibossLogo.svg",
    "resources/ibossLogoSmall.svg",
    "popup-content.html"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}