Chalk

Chalk

Own your day with Chalk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Own your day with Chalk.",
  "version": "0.0.0.6",
  "name": "Chalk",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-128.png"
  },
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvn+Nv8ohCfZCW1kInGNf6U48n9qNH/PDb28Igq332xUMxDkshwfZnwnrGCy1ulk2/jLuceFgz5Esq5wm/N8AmjxxMg4Ro6LQa5SEIbSYJZq1kHWpZblTh+7RXom9SRqG91j4DmzgCu5yWGrYUNCpJSP0EiTODw73+zNbBjD0o2wFjFC/ioakPhmqeNPYSluyH9jb4sC02PmovJkWuSfevv+cL39MP26bXAszJ+83iAPQRQZsZ6QVAUTelKlL2oiCXnu+LhAr+dUStfnt1daQpG5t0qBDOz5Hfx1DpPOJsY5sCnVgByi4JR1PSZO/NbTNkZ8oM8DaRNPdI6XJbIM5wIDAQAB",
  "oauth2": {
    "client_id": "1055659897027-m61s8t3leef29n1pqesc5kl6b5maa5mq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/calendar.readonly",
      "https://www.googleapis.com/auth/calendar.events"
    ]
  },
  "permissions": [
    "identity",
    "storage"
  ]
}