Genband SPiDR

Genband SPiDR

Real Time Communications Client for Google Apps® Offered by GENBAND Business-class Voice Integrated with Google Apps GENBAND’s…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Genband SPiDR",
  "version": "1.0.3",
  "icons": {
    "16": "assets/genband-16.png",
    "32": "assets/genband-32.png",
    "64": "assets/genband-64.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "https://*/*",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Genband",
    "default_icon": "assets/genband-32.png",
    "default_popup": "popup/popup.html"
  },
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "matches": [
        "https://spidrgoogleapps.genband.com/*",
        "https://mail.google.com/*"
      ],
      "js": [
        "background/lib/jquery-1.7.2.min.js",
        "content/js/content.js",
        "content/js/jquery_contactRendering.js",
        "content/js/emailParser.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background/lib/jquery-1.7.2.min.js",
      "background/lib/fcs-jsl-4.0.0.js",
      "background/js/tones.js",
      "background/js/appstate.js",
      "background/js/notifier.js",
      "background/js/spidrclient.js",
      "background/background.js"
    ]
  }
}