SolutionK12 - Mobile Manager

SolutionK12 - Mobile Manager

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",
  "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"
  }
}