VMware Workspace ONE UEM Extension

VMware Workspace ONE UEM Extension

Workspace ONE UEM Extension is used for certificate deployment on managed Chrome OS devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VMware Workspace ONE UEM Extension",
  "version": "21.8.2",
  "description": "Workspace ONE UEM Extension is used for certificate deployment on managed Chrome OS devices.",
  "options_ui": {
    "page": "/index.html?page=options",
    "open_in_tab": false
  },
  "icons": {
    "16": "/img/logo_16.png",
    "48": "/img/logo_48.png",
    "128": "/img/logo_128.png"
  },
  "background": {
    "page": "/index.html?page=background",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Workspace ONE",
    "default_icon": {
      "16": "/img/logo_16.png",
      "48": "/img/logo_48.png",
      "128": "/img/logo_128.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Workspace ONE"
    }
  },
  "storage": {
    "managed_schema": "schema.json"
  },
  "permissions": [
    "gcm",
    "tabs",
    "storage",
    "enterprise.deviceAttributes",
    "enterprise.platformKeys",
    "identity",
    "identity.email",
    "webRequest",
    "contextMenus",
    "https://*/",
    "http://*/"
  ]
}