TimeSlotYou for Google Calendar™

TimeSlotYou for Google Calendar™

Availability finder for your busy Google Calendar™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.6",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsW9Pb9n/1Wxd2GXzCQSDlIbqkY3xSZr8hop0b/G78LH9uyS1HHM/p3dsHHY1M2vsjemSkDrJCcL0cH85e1gc4KV4yTS6O4Bk5vH31ubswTM9LFSXv5F7lT5qEcZFpzhG/NYwKLafbDQOmqRM1JrlssmsiXcZJ+Ek1UV0IROiOw6nVJn6iNYkL7ErNlB5ECWs0cwxDWWLGm22H2Zi58/LbYry6YyGvXRW1pwAdNjT4karVGT8VJ+ZAe/EGJJduIG8QzERvqA4jDJvUtOUGm3Sf7L+kINPPmltWbbquhJT4UTVSG9vnqGkPGSLy6iPbW30ewrv8SC+TbDlQJAPeQRxvwIDAQAB",
  "oauth2": {
    "client_id": "268094984845-bfpvfq7om9oi9eoscqdr82c9ct7j1nmd.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly",
      "https://www.googleapis.com/auth/calendar.events"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "identity"
  ],
  "background": {
    "service_worker": "background/background-shared.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/calendar16.png",
      "32": "assets/calendar32.png",
      "128": "assets/calendar128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "background/scripts.js",
        "background/background-angular-root.js",
        "background/runtime-es2015.js",
        "background/polyfills-es2015.js",
        "background/vendor-es2015.js",
        "background/main-es2015.js",
        "background/styles-es2015.js"
      ]
    }
  ],
  "icons": {
    "16": "assets/calendar16.png",
    "32": "assets/calendar32.png",
    "128": "assets/calendar128.png"
  },
  "manifest_version": 3
}