EasyCalendar

EasyCalendar

Appointment Scheduler for every business professional!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EasyCalendar",
  "version": "1.2",
  "description": "Appointment Scheduler for every business professional!",
  "permissions": [
    "cookies",
    "*://*.easycalendar.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://easycalendar.com; object-src 'self' ",
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "css": [
        "font-awesome/css/font-awesome.min.css",
        "select2.min.css",
        "fullcalendar.min.css"
      ],
      "js": [
        "jquery1.11.2.min.js",
        "select2.min.js",
        "moment.min.js",
        "fullcalendar.min.js",
        "moment-timezone-with-data.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "jquery1.11.2.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "images/Logo1x.png",
    "32": "images/Logo2x.png",
    "48": "images/Logo3x.png",
    "128": "images/Logo3x.png"
  },
  "manifest_version": 2
}