Examine source code of DigitalSignage 365

Inspect and view changes in DigitalSignage 365 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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/*"
    ]
  }
}