Examine source code of Clovertise Social Digital Signage

Inspect and view changes in Clovertise Social Digital Signage 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": "Clovertise Social Digital Signage",
  "description": "Clovertise enables in-store digital display, web-site and social media marketing from a single source!",
  "version": "1.0.6",
  "icons": {
    "128": "images/Clovertise_logo_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "webview",
    "power",
    "app.window.alwaysOnTop",
    "storage",
    "app.window.fullscreen",
    "app.window.fullscreen.overrideEsc",
    "overrideEscFullscreen",
    "http://www.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "kiosk_enabled": true
}