Skedgit Everywhere

Skedgit Everywhere

Stop Scheduling like it's 2013. With Skedgit, there is no need to compare calendars, or email back-and-forth to get meetings done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skedgit Everywhere",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Stop Scheduling like it's 2013. With Skedgit, there is no need to compare calendars, or email back-and-forth to get meetings done.",
  "icons": {
    "16": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    "images/icon_48.png",
    "images/logo_office.svg",
    "images/icon_32.png",
    "js/jquery.min.js",
    "js/jquery-ui.min.js",
    "js/quill.js",
    "js/jbox.js",
    "popup.html"
  ],
  "permissions": [
    "*://*/*",
    "storage",
    "tabs",
    "notifications",
    "identity"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/jquery-ui.min.js",
        "js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery.min.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icon_32.png",
    "default_title": "Skedgit Everywhere"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAia3ZF0u/E3jVTRl4mZ0ZD7KlldjUJrezkPumjygoxaESziD7rze3sAIq4KSNRcExcuBHn2VsEiFMsX6hvk5W4grV9iggVMevOu+AQjYs9/qrqGy7WRbvM4QWUGklv6Z+8NDKaChP6fSDxKluxi6EWBahfo4PijdnGwHvryADt/rf5WNGrFPjPYPGIwRnwDPBlDzm/UvTEChtNjUWvHQRWYUTnjpLRSxnU3dnZkBaCbCwzMJHZ6wqRGVLMUoyVZ8qQOCnkQ2LL5HU7YltbxEGA/23BHtzu+qdWHTxBMnNYTqZMJ1ZGqzyKSK11oQAu4RLTbccmwNJe1lMqTTwE+O/dwIDAQAB"
}