Highfive for Google Calendar

Highfive for Google Calendar

Integrates Highfive into Google Calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Highfive, Inc.",
  "content_scripts": [
    {
      "js": [
        "extensionConfig.js",
        "jquery-3.2.1.js",
        "bililiteRange.js",
        "jquery.caret-1.5.2.js",
        "jquery.sendkeys.js",
        "HighfiveForChrome.js",
        "backgroundScriptsAPIBridge.js",
        "contentScriptsAPIBridge.js"
      ],
      "matches": [
        "https://www.google.com/calendar/*",
        "https://calendar.google.com/calendar/*"
      ],
      "css": [
        "css/HighfiveForChrome.css"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Integrates Highfive into Google Calendar",
  "icons": {
    "128": "images/icon_128.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {},
  "manifest_version": 2,
  "name": "Highfive for Google Calendar",
  "permissions": [
    "https://www.google.com/calendar/*",
    "https://calendar.google.com/calendar/*",
    "https://start.highfive.com/*",
    "https://start.highfive-staging.com/*",
    "https://api.intercom.io/*"
  ],
  "version": "2.98.0.120",
  "web_accessible_resources": [
    "images/highfive_logo.png",
    "images/highfive_logo_gray.png",
    "images/icon_128.png",
    "images/icon_128_beta.png",
    "images/logo.svg"
  ],
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}