Examine source code of Timely Appointment Scheduling

Inspect and view changes in Timely Appointment 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",
  "manifest_version": 2,
  "name": "Timely Appointment Scheduling",
  "description": "Effortless appointment scheduling for the health and beauty service industry.",
  "version": "1.1",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://app.gettimely.com/",
      "http://app.gettimely.com/"
    ],
    "launch": {
      "web_url": "https://app.gettimely.com/"
    }
  }
}