Examine source code of Clock PMS

Inspect and view changes in Clock PMS 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": "Clock PMS",
  "short_name": "Clock PMS",
  "description": "Hotel management system in the cloud.",
  "version": "2.0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "https://sky-eu1.clock-software.com/"
    ],
    "launch": {
      "web_url": "https://sky-eu1.clock-software.com/sign_up"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}