Intel Unite® App

Intel Unite® App

If your organization or learning center has implemented the Intel Unite® solution for meetings or classrooms (Enterprise mode),…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "version": "4.2.0.38",
  "version_name": "4.2.0.38",
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "oauth2": {
    "client_id": "401030424932-jvglhh0pen7vdjd96vr5g2g2dnknfpf6.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "alarms",
    "app.window.alwaysOnTop",
    "app.window.fullscreen",
    "http://*/",
    "https://*/",
    "identity",
    "desktopCapture",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage",
    "videoCapture",
    "audioCapture",
    "power",
    "notifications",
    "webview",
    "accessibilityFeatures.read",
    "system.cpu",
    "system.display",
    "system.memory",
    "system.network",
    "system.storage",
    "tts"
  ],
  "storage": {
    "managed_schema": "schema.json"
  },
  "sockets": {
    "tcp": {
      "connect": ""
    },
    "udp": {
      "bind": "",
      "send": ""
    }
  }
}