Zoho Chat

Zoho Chat

Zoho Chat combines content and communications into a single view to give you a comprehensive picture of your team's work.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1.0",
  "version_name": "1.0",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "gcm",
    {
      "fileSystem": [
        "write"
      ]
    },
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "videoCapture",
    "clipboardWrite",
    "alarms",
    "storage",
    "audioCapture",
    "geolocation"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "video/*",
        "audio/*",
        "image/*",
        "text/plain"
      ]
    }
  },
  "arc_metadata": {
    "apkList": [
      "ZohoChat.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "phone",
    "name": "Zoho Chat",
    "orientation": "portrait",
    "packageName": "com.zoho.chat",
    "useGoogleContactsSyncAdapter": true
  }
}