BCPS-Access24

BCPS-Access24

This extension is provided by the Bullitt County Public Schools for management of devices owned by BCPS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BCPS-Access24",
  "description": "This extension is provided by the Bullitt County Public Schools for management of devices owned by BCPS.",
  "version": "3.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "BCPS-Access24"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/",
    "webRequest",
    "<all_urls>",
    "geolocation",
    "history",
    "management",
    "activeTab",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage",
    "identity",
    "enterprise.deviceAttributes",
    "identity.email"
  ]
}