MiShareApp

MiShareApp

This application allows Mitel MiCollab AWV web users to share application / screens and collaborate with other MiCollab AWV users…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MiShareApp",
  "short_name": "MiCollab Share App",
  "version": "0.0.46",
  "manifest_version": 2,
  "minimum_chrome_version": "33.0.1715.0",
  "icons": {
    "128": "images/group.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/launch.js"
      ],
      "persistent": false
    }
  },
  "sockets": {
    "tcp": {
      "connect": "*:*"
    }
  },
  "permissions": [
    "desktopCapture",
    "idle",
    "storage",
    "system.display",
    "https://*/"
  ],
  "externally_connectable": {
    "ids": [
      "gbghgcnclindfhamjcecblpjkanendei"
    ]
  }
}