Califlower

Califlower

Sync your Verse calendar events to a Google calendar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Califlower",
  "description": "Sync your Verse calendar events to a Google calendar",
  "version": "0.10.0.0",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsta2pJQZuMtd3FejeOIqThqT0hRIQUh2nnSiOqeRt0ijGVhsHlPJSI12aJTonXT5lzmSRI20pj5+O+pBt/fxWuJtlwO9lsP63BLU+ZFs7hP2Mj6AgaiAn/HZsidPpYyb8J+STdfdtQEiVR4boFEwGZL1So+WZSlCZ8RzJ1Nv35lQ3HNttCcZ/ccLW9rTxpcQyVaPNIrR3eVl6Nv2ZST11BxW2O35JAdkCZ7uragXVix+GO799ow/0ui7hAMgZLJk2Dv0dpBbt6A4YiYX23LxAyGGqQMHcJM92C2ggeBuq7Bde8S/IFRiEEbYIiN9r2kJ7UfkFOONr9HCbPlowdAjKQIDAQAB",
  "background": {
    "scripts": [
      "lib/insert.js",
      "jquery-3.3.1.min.js",
      "lib/api.js",
      "basics.js",
      "background.js"
    ]
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "https://gd.mail.ibm.com/*"
  ],
  "oauth2": {
    "client_id": "309098219027-f76fhba9vfpnt182aveka2skutjbdej9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "images/icon-32.png",
    "scripts": [
      "jquery-3.3.1.min.js",
      "lib/api.js",
      "basics.js",
      "popup.js"
    ]
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}