SolutionK12 - Mobile Manager

This extension is provided by the Bullitt County Public Schools for management of devices owned by BCPS.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SolutionK12 - Mobile Manager",
  "description": "This extension is provided by the Bullitt County Public Schools for management of devices owned by BCPS.",
  "version": "6.1",
  "manifest_version": 3,
  "permissions": [
    "identity",
    "enterprise.deviceAttributes",
    "identity.email"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "SolutionK12 - Mobile Manager",
    "default_popup": "popup.html"
  }
}