Examine source code of Sign Presenter

Inspect and view changes in Sign Presenter 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": "Sign Presenter",
  "description": "Digital Signage Player for SignPresenter.com",
  "version": "0.2.5",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "jquery-3.3.1.min.js",
        "background.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.signpresenter.com/*"
    ]
  },
  "permissions": [
    "webview",
    "storage",
    "power",
    "alarms",
    "unlimitedStorage",
    "enterprise.deviceAttributes"
  ],
  "kiosk_enabled": true,
  "icons": {
    "16": "logo-16.png",
    "128": "logo-128.png"
  },
  "webview": {
    "partitions": [
      {
        "name": "videos",
        "accessible_resources": [
          ""
        ]
      }
    ]
  }
}