Examine source code of Schedulicity Online Scheduling

Inspect and view changes in Schedulicity Online Scheduling 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": "Schedulicity Online Scheduling",
  "description": "Single-click access to Schedulicity from your browser",
  "version": "1.0.1",
  "short_name": "Schedulicity",
  "icons": {
    "128": "icon128.png"
  },
  "app": {
    "urls": [
      "*://www.schedulicity.com/"
    ],
    "launch": {
      "web_url": "https://www.schedulicity.com/?anic=chromeapp"
    }
  },
  "manifest_version": 2
}