Mango Helper

Mango Helper

Расширение для автоматической настройки телефонов от MANGO OFFICE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Mango Helper",
  "options_page": "/html/options.html",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "short_name": "Mango Helper",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.32.6",
  "web_accessible_resources": [
    "/sourcecode/web-accessible-resources/new-lk-show-message.js",
    "/html/new_search.html"
  ],
  "background": {
    "page": "./html/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "/html/new_search.html",
    "default_title": "Mango Helper"
  },
  "content_scripts": [
    {
      "include_globs": [
        "*://*"
      ],
      "js": [
        "/sourcecode/mark.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "include_globs": [
        "*.mango-office.ru/*"
      ],
      "js": [
        "/libs/jquery.js",
        "/sourcecode/lk.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "include_globs": [
        "*.mango-office.ru/*"
      ],
      "js": [
        "/sourcecode/push.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://lk.mango-office.ru/*",
        "https://lk.mango-office.ru/profile/*"
      ],
      "js": [
        "/libs/jquery.js",
        "/sourcecode/search_input_into_lk.js"
      ],
      "css": [
        "./css/search_input_into_lk.css"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://mh.mangotele.com:1043 https://www.google-analytics.com https://www.googletagmanager.com https://ssl.google-analytics.com; object-src 'self'",
  "description": "Расширение для автоматической настройки телефонов от MANGO OFFICE",
  "homepage_url": "https://www.mango-office.ru/support/tekhnicheskaya_podderzhka/poleznye_programmy/mango_helper/",
  "icons": {
    "16": "/images/logo_16.png",
    "48": "/images/logo_48.png",
    "128": "/images/logo_128.png"
  }
}