Tele2 call

Tele2 call

Mobile Telephony

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tele2 call",
  "version": "1.1.0",
  "description": "Mobile Telephony",
  "permissions": [
    "<all_urls>",
    "cookies",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "browser_action": {
    "default_popup": "/html/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amocrm.ru/*"
      ],
      "js": [
        "/js/content.js"
      ]
    },
    {
      "matches": [
        "https://*.bitrix24.ru/**"
      ],
      "js": [
        "/js/bitrixcontent.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/pushCall.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.amocrm.ru/*",
        "https://*.bitrix24.ru/**"
      ],
      "js": [
        "/js/initiator.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/js/main.js"
    ]
  },
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "web_accessible_resources": [
    "/icons/icon48.png",
    "/tele2fonts/Tele2DisplaySerif-Bold-short__W.eot",
    "/tele2fonts/Tele2DisplaySerif-Bold-short__W.woff",
    "/tele2fonts/Tele2DisplaySerif-Bold-short__W.ttf",
    "/tele2fonts/Tele2DisplaySerif-Bold-short__W.svg",
    "/tele2fonts/tele2_textsans-regular.eot",
    "/tele2fonts/tele2_textsans-regular.woff",
    "/tele2fonts/tele2_textsans-regular.ttf",
    "/tele2fonts/tele2_textsans-regular.svg",
    "/html/window.html",
    "/html/call.html",
    "/html/outCall.html"
  ]
}