Koalendar: Free Appointment Booking Software

Koalendar: Free Appointment Booking Software

[FREE] Incredibly Simple & User-Friendly Online Appointments Scheduling System for Google Calendar, and Microsoft Outlook Calendar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "short_name": "meeting-scheduling-koalendar",
  "version": "2.0.7",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "homepage_url": "https://koalendar.com/",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Toggle Koalendar Extension"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/koalendar-meeting-booking-16.png",
    "32": "images/koalendar-meeting-booking-32.png",
    "96": "images/koalendar-meeting-booking-96.png",
    "128": "images/koalendar-meeting-booking-128.png",
    "196": "images/koalendar-meeting-booking-196.png"
  },
  "action": {
    "browser_style": false,
    "default_title": "Koalendar",
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/koalendar-meeting-booking-16.png",
      "32": "images/koalendar-meeting-booking-32.png",
      "96": "images/koalendar-meeting-booking-96.png",
      "128": "images/koalendar-meeting-booking-128.png",
      "196": "images/koalendar-meeting-booking-196.png"
    }
  },
  "manifest_version": 3
}