DigitalSignage 365

DigitalSignage 365

A web based digital signage solution for restaurants, schools, internal communications and retail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DigitalSignage 365",
  "short_name": "DigitalSignage 365",
  "description": "A web based digital signage solution for restaurants, schools, internal communications and retail.",
  "version": "1.0.4",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "Digital Signage 365 icon_16 x 16 .png",
    "48": "Digital Signage 365 icon_48 x 48.png",
    "128": "Digital Signage 365 icon_128 x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js",
        "jquery.js"
      ]
    }
  },
  "permissions": [
    "tabs",
    "browser",
    "storage",
    "videoCapture",
    "webview",
    "audio",
    "audioCapture",
    "desktopCapture",
    "http://*/*",
    "https://*/*",
    "fullscreen",
    "overrideEscFullscreen"
  ],
  "externally_connectable": {
    "matches": [
      "*://voip.imeeting365.com/*",
      "*://DigitalSignage365.com/*"
    ]
  }
}