Centreli

Centreli

Centreli simplifies all of your employee record keeping and automatically calculates and tracks employee vacation, sick, and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Centreli",
  "short_name": "The easiest way to track vacation, sick, and paid time off.",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://app.centreli.com/"
    ],
    "launch": {
      "web_url": "https://app.centreli.com/"
    }
  }
}