Pade - Unified Communications at Work

Pade - Unified Communications at Work

Pade is a web extension application for unified communications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "34",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' 'unsafe-inline' data: http: https:",
  "short_name": "__MSG_manifest_shortExtensionName__",
  "name": "__MSG_manifest_extensionName__",
  "description": "__MSG_manifest_extensionDescription__",
  "version": "1.6.8",
  "homepage_url": "https://igniterealtime.github.io/pade/help",
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "background": {
    "persistent": true,
    "scripts": [
      "options/branding.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon.png",
      "38": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "image.png",
    "128": "image.png"
  },
  "web_accessible_resources": [
    "*",
    "options/*",
    "inverse/*",
    "js/*",
    "ringtones/*",
    "akowe/*",
    "jitsi-meet/*"
  ],
  "permissions": [
    "background",
    "downloads",
    "contextMenus",
    "nativeMessaging",
    "storage",
    "tabs",
    "idle",
    "unlimitedStorage",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "activate_meeting": {
      "suggested_key": {
        "default": "Ctrl+Shift+6"
      },
      "description": "Activate Meeting/Community App",
      "global": true
    },
    "activate_chat": {
      "suggested_key": {
        "default": "Ctrl+Shift+7"
      },
      "description": "Activate Converse Client",
      "global": true
    },
    "activate_blogger_communicator": {
      "suggested_key": {
        "default": "Ctrl+Shift+8"
      },
      "description": "Activate Blogger/Communicator",
      "global": true
    },
    "activate_phone": {
      "suggested_key": {
        "default": "Ctrl+Shift+9"
      },
      "description": "Activate SIP Phone",
      "global": true
    }
  },
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}