Click-to-call для MANGO OFFICE

Click-to-call для MANGO OFFICE

Click-to-call для MANGO OFFICE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Click-to-call для MANGO OFFICE",
  "short_name": "Click-to-call для MANGO OFFICE",
  "version": "3.2",
  "description": "Click-to-call для MANGO OFFICE",
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "contextMenus",
    "tabs",
    "notifications",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "static/jquery-3.2.1.min.js",
      "common.js",
      "popup.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "https://www.tinkoff.ru/cards/*",
        "http://webadmin.mango.local*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "css": [
        "static/content_scripts.css"
      ],
      "js": [
        "static/jquery-3.2.1.min.js",
        "content_scripts.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Click-to-call для MANGO OFFICE",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "button48.png",
    "128": "button128.png"
  },
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "static/content_scripts.css"
  ],
  "manifest_version": 2
}