Vast Conference for Google Calendar

Vast Conference for Google Calendar

Schedule Vast Conference Meetings in 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,
  "offline_enabled": false,
  "name": "Vast Conference for Google Calendar",
  "short_name": "Vast Conference for Google Calendar",
  "version": "1.0.8.35",
  "description": "Schedule Vast Conference Meetings in Google Calendar.",
  "permissions": [
    "background",
    "https://calendar.google.com/calendar/*",
    "https://api.conferencecalling.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://calendar.google.com/calendar/*"
      ],
      "js": [
        "Resources//Scripts//Jquery//jquery_min_v3.2.1.js",
        "Resources//Scripts//ContentScript//content.js"
      ],
      "css": [
        "Resources//CSS//webmeeting.css",
        "Resources//CSS//styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "Resources//Scripts//Jquery//jquery_min_v3.2.1.js",
      "Resources//Scripts//Encryption//hmac-sha1.js",
      "Resources//Scripts//Encryption//sha1-min.js",
      "Resources//Scripts//Encryption//PBKDF2Encryption.js",
      "Resources//Scripts//serverOperations.js",
      "Resources//Scripts//BackgroundScript//background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "Resources//CSS//Images//GoogleChrome-Small-Icon.png",
    "default_title": "This extension helps in scheduling the vast conference meetings.",
    "default_popup": "webmeeting.html"
  },
  "options_ui": {
    "page": "webmeetingoptions.html",
    "chrome_style": true
  },
  "icons": {
    "26": "Resources//CSS//Images//GoogleChrome-Small-Icon.png",
    "48": "Resources//CSS//Images//48x48-App-Icon.png",
    "128": "Resources//CSS//Images//128x128-App-Icon-2.png"
  },
  "web_accessible_resources": [
    "Resources/CSS/Images/*.png"
  ]
}