Examine source code of Digital Signage Player for Chrome OS

Inspect and view changes in Digital Signage Player for Chrome OS 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",
  "name": "Digital Signage Player for Chrome OS",
  "short_name": "Chrome OS player",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "1005.0.9.0",
  "version_name": "5.0.9-0-13",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "videoCapture",
    "clipboardWrite",
    "alarms",
    "storage",
    "overrideEscFullscreen",
    "fullscreen",
    "geolocation",
    "power"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "novisign-rel-5.0.9-0-13.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "fullscreen",
    "name": "Digital Signage Player for Chrome OS",
    "orientation": "landscape",
    "packageName": "com.novisign.android.player",
    "resize": "reconfigure"
  }
}