Examine source code of PayrollHero TeamClock

Inspect and view changes in PayrollHero TeamClock 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": "PayrollHero TeamClock",
  "version": "1.0.1",
  "description": "PayrollHero Team Clock Scheduling and Clocking Application",
  "short_name": "TeamClock",
  "icons": {
    "128": "icon-128.png"
  },
  "app": {
    "urls": [
      "https://teamclock.payrollhero.com/"
    ],
    "launch": {
      "container": "panel",
      "height": 768,
      "width": 1024,
      "web_url": "https://teamclock.payrollhero.com"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "offline_enabled": true
}