SuperSaaS Appointment Scheduling

SuperSaaS Appointment Scheduling

Add an easy-to-use online reservation system to your own site. The basic version is free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.4",
  "manifest_version": 3,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://www.supersaas.com/"
    ],
    "launch": {
      "web_url": "https://www.supersaas.com/dashboard"
    }
  }
}