Class To Calendar

Class To Calendar

Convert class information to a calendar event

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Class To Calendar",
  "version": "0.0.0.4",
  "description": "Convert class information to a calendar event",
  "icons": {
    "16": "assets/calendarIcon16.png",
    "32": "assets/calendarIcon32.png",
    "48": "assets/calendarIcon48.png",
    "128": "assets/calendarIcon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDEwsvOrxFRQP41oafvRp+RHlJeP3tnBDP2CimE5XB7MiPZojI9TeLpGG8BBjfjkYNS90RnbGefIYqvJL89ylM+u6rGMR39i/wUYene6DpDapLL40Vye97bePkfP1stQjBC7sEKiQMO+biT0EilBZPK3Op4mCLDwDlul9Dv6m9F/wA4JsVLKj8x6GXLLAMk9xhHn7QlcxMV53PiUw3I55FjoRj46+Ki3zXoiSIsHRjJu4FHQsVS5fOAapj5DwHkn3PvbXgY8bHTwxORo09OJ8aCet4w9FUwpaizaI4T9EUIzu+ZCKAaJxv01QFcwXWKxf90BQmCpyBLFyjWO8zE7hQIDAQAB",
  "oauth2": {
    "client_id": "238132710092-rk0h9c1tgnfq20d2pt8g5gtcoo0obh4f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Class to Calendar Extension"
  },
  "permissions": [
    "identity"
  ]
}