Examine source code of ADSign

Inspect and view changes in ADSign 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": "ADSign",
  "description": "22MILES Digital Signage",
  "version": "5.1.116",
  "manifest_version": 2,
  "permissions": [
    "networking.onc",
    "browser",
    "storage",
    "http://*/*",
    "https://*/*",
    "webview",
    "file:///*/*",
    "unlimitedStorage",
    "system.cpu",
    "system.display",
    "system.memory",
    "system.network",
    "system.storage",
    "power"
  ],
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "kiosk_enabled": true,
  "minimum_chrome_version": "23",
  "icons": {
    "16": "icons/ADSign-16.png",
    "128": "icons/ADSign-128.png"
  },
  "webview": {
    "partitions": [
      {
        "name": "miles22adsign*",
        "accessible_resources": [
          "*.html",
          "*.png",
          "*.js"
        ]
      }
    ]
  }
}