Zoho Bookings

Zoho Bookings

An appointment scheduler that makes it easy to find the right time to connect with your customers.Scheduling made incredibly simple.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 3,
  "name": "Zoho Bookings",
  "icons": {
    "16": "logo/16x16.png",
    "32": "logo/32x32.png",
    "64": "logo/64x64.png",
    "128": "logo/128x128.png"
  },
  "description": "An appointment scheduler that makes it easy to find the right time to connect with your customers.Scheduling made incredibly simple.",
  "action": {
    "default_icon": {
      "16": "logo/16x16.png",
      "32": "logo/32x32.png",
      "64": "logo/64x64.png",
      "128": "logo/128x128.png"
    },
    "default_title": "Zoho Bookings",
    "default_popup": "index.html"
  },
  "host_permissions": [
    "https://accounts.zoho.com/*",
    "https://accounts.zoho.eu/*",
    "https://accounts.zoho.in/*",
    "https://accounts.zoho.com.au/*",
    "https://accounts.zoho.com.cn/*",
    "https://accounts.zoho.jp/*",
    "https://accounts.localzoho.com/*",
    "https://bookings.zoho.com/*",
    "https://bookings.zoho.in/*",
    "https://bookings.zoho.eu/*",
    "https://bookings.zoho.com.au/*",
    "https://bookings.zoho.com.cn/*",
    "https://bookings.zoho.jp/*",
    "https://bookings.localzoho.com/*",
    "https://accounts.zoho.sa/*",
    "https://bookings.zoho.sa/*",
    "https://bookings.zohocloud.ca/*",
    "https://accounts.zohocloud.ca/*"
  ],
  "permissions": [
    "cookies",
    "storage"
  ],
  "homepage_url": "https://www.zoho.com/bookings/"
}