Pegasystems

Pegasystems

Integrate your sales with Gsuite applications(Gmail, Calendar)

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pegasystems",
  "short_name": "Pegasystems",
  "version": "1.0.4",
  "manifest_version": 2,
  "description": "Integrate your sales with Gsuite applications(Gmail, Calendar)",
  "icons": {
    "16": "images/Icon64.png",
    "48": "images/Icon64.png",
    "128": "images/Icon64.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/Icon64.png"
  },
  "options_ui": {
    "chrome_style": true,
    "page": "options/options.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "https://*.google.com/*",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/",
    "https://accounts.google.com/"
  ],
  "web_accessible_resources": [
    "styles/*",
    "scripts/*",
    "options/*",
    "images/*",
    "assets/*"
  ],
  "storage": {
    "managed_schema": "schema.json"
  }
}