Examine source code of Social Billboards - Schedule

Inspect and view changes in Social Billboards - Schedule 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": "Social Billboards - Schedule",
  "description": "Bring your screens to life",
  "version": "5.0.14",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ],
      "css": [
        "https://fonts.googleapis.com/css?family=Actor"
      ]
    }
  },
  "icons": {
    "16": "assets/images/icon16.png",
    "128": "assets/images/icon128.png"
  },
  "permissions": [
    "webview",
    "storage",
    "power",
    "unlimitedStorage",
    "syncFileSystem",
    "<all_urls>",
    "enterprise.deviceAttributes",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "kiosk_enabled": true
}