Free Staff Rostering & Scheduling Software

Free Staff Rostering & Scheduling Software

Try our easy-to-use, free online staff rostering & employee scheduling software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Staff Rostering & Scheduling Software",
  "version": "1.00",
  "manifest_version": 2,
  "description": "Try our easy-to-use, free online staff rostering & employee scheduling software.",
  "icons": {
    "128": "icon-128.png",
    "512": "icon-512.png"
  },
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}