MANGO CONNECT

MANGO CONNECT

MANGO CONNECT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MANGO CONNECT",
  "version": "1.0.131",
  "description": "MANGO CONNECT",
  "short_name": "MANGO CONNECT",
  "manifest_version": 2,
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "wss://*/*",
    "ws://*/*",
    "https://192.168.1.173/*",
    "https://itg.mango-office.ru/*",
    "https://itg-prescluster.mango-office.ru/*",
    "https://itg-temp-cluster.mango-office.ru/*",
    "storage",
    "notifications"
  ],
  "options_page": "./dist/options.html",
  "browser_action": {
    "default_icon": "icon-16.png"
  },
  "background": {
    "scripts": [
      "./lib/jqueryui/jquery.js",
      "./lib/sip-0.13.8-patched.js",
      "./dist/background.bundle.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "Ringtone Default.wav",
    "Gudok.wav",
    "t_busy.wav"
  ]
}