{
   "action": {
      "default_icon": {
         "19": "images/icon-19.png",
         "38": "images/icon-19@2x.png"
      },
      "default_popup": "popup.html",
      "default_title": "Zoom Chrome Extension"
   },
   "background": {
      "service_worker": "js/bg-loader.js"
   },
   "content_scripts": [ {
      "all_frames": true,
      "css": [ "css/compstyle.css", "css/content.css" ],
      "js": [ "js/lib.bundle.js", "js/utils.bundle.js", "js/content.bundle.js" ],
      "matches": [ "https://www.google.com/calendar/*", "https://calendar.google.com/calendar/*" ],
      "run_at": "document_end"
   }, {
      "js": [ "js/logintransit.bundle.js" ],
      "matches": [ "https://*.zoom.us/zm/extension_login/*", "https://*.zoom.com/zm/extension_login/*" ],
      "run_at": "document_end"
   }, {
      "js": [ "js/extinstallcheck.bundle.js" ],
      "matches": [ "https://*.zoom.us/myhome*", "https://*.zoom.com/myhome*" ],
      "run_at": "document_end"
   } ],
   "content_security_policy": {
      "object-src": "'self'",
      "script-src": "'self' https://*.google.com https://*.zoom.us https://zoom.us"
   },
   "default_locale": "en",
   "description": "Schedule Zoom meetings directly from Google Calendar",
   "homepage_url": "https://chrome.google.com/webstore/detail/zoom-scheduler/kgjfgplpablkjnlkjmjdecgdpfankdle",
   "host_permissions": [ "https://www.google.com/calendar/*", "https://calendar.google.com/calendar/*", "https://*.zoom.us/*", "https://*.zoom.com/*" ],
   "icons": {
      "128": "/images/icon-128.png",
      "16": "/images/icon-16.png",
      "48": "/images/icon-48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlan6AArPtHCPCKtQ/5ca/dJehlghjF0M0bR9j2WmNFRM+/vFvIPXqs2VbAvnYHgkoB1UxrtMK/bcVHzAb3Nxctfg5oWrV5P7Xamh1zIBN8MERge83ipbMtOZJPLA+qWUqS7pKcWBA6eyHvic7JeKOjSK6yqWmWEm8cyvdgBKF/io1p9lthOJjWpmbanwHvnaPbelVuUVzYtoxTPF7n3vsNJzHh3sPav4RfQzxvqQSt7he1n/XifGeAK1C+YEqyKRd/fi193XQZDzk4IqYFuvVYnvT8/Ks3W54Hptm9gBC7QZA+5wP0NfAsa5+/MwlTnHb+ZcoB4RbbpFyBAArjVPZwIDAQAB",
   "manifest_version": 3,
   "name": "Zoom Chrome Extension",
   "options_page": "options.html",
   "permissions": [ "storage", "unlimitedStorage" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.9.12",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "images/loading_24.gif", "images/select2.png", "images/loading_white.svg", "images/loading_gray.svg", "images/icon.svg", "js/injectobserver.bundle.js" ]
   } ]
}
