UniCast Performance Platform™

UniCast Performance Platform™

This extension supports digital capture technologies within a networked environment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UniCast Performance Platform™",
  "short_name": "Unicast™",
  "version": "1.1.0",
  "author": "Inquiry Technologies",
  "manifest_version": 2,
  "description": "This extension supports digital capture technologies within a networked environment.",
  "icons": {
    "16": "Logo/logo_24.png",
    "32": "Logo/logo_32.png",
    "64": "Logo/logo_64.png"
  },
  "browser_action": {
    "default_title": "",
    "default_icon": "Logo/logo_64.png"
  },
  "background": {
    "scripts": [
      "/JS/core/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture",
    "tabs",
    "identity",
    "cookies",
    "storage",
    "https://drive.google.com/",
    "https://unicastvideo.com/"
  ],
  "web_accessible_resources": [
    "config.json"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com https://code.jquery.com; object-src 'self'",
  "oauth2": {
    "client_id": "932372306647-3mb329iujucccfto781iait2lq19ikka.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA72E/Godf2JMc2ZixJB+VmBKXFsGMjT+/ERZmSb9eLf9NgUTapwryPDtzyFw5S+dtBgR5lJHtfqx33dRQmp042Rdh+lzuZ8mnlwaNpP2Sv7VP8yQ6KAYM4/HhtrrEi4dzZKYEiVAO8Ye3xMoP7ni7fMJ6ra0aFVpR4pMwf9jvE0qricHmPA0NQWcvDSEPtStjfEgGZwSyASllYw/zfEDLfXi4ejTtokg4CSlJrbovfbCCvNsuJUOc+kWde+hTTEX/c1Y8BnRCv+7guzoRPYex01RYJ5xgsbCz96D9Dtn9kfPEUjlq+GJlC4FlY3XEZGrR8MbPOmA759jDWCcKhGRD5wIDAQAB"
}