GoFastCall

GoFastCall

One click to your next video conference call.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GoFastCall",
  "version": "1.1.4",
  "description": "One click to your next video conference call.",
  "background": {
    "scripts": [
      "gcal.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "816595142846-jh5ga12deqidfio9b8ekdss6d8g9fv34.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.events.readonly"
    ]
  },
  "options_page": "options.html",
  "browser_action": {},
  "manifest_version": 2
}