Telphin Phone

Telphin Phone

Receive and make calls anywhere with the Telphin softphone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "2.0.6",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://telphin.ru/",
  "author": "developer.telphin.com",
  "default_locale": "ru",
  "action": {
    "default_icon": "./assets/icon-128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./content/index.global.js"
      ]
    }
  ],
  "icons": {
    "16": "./assets/icon-16.png",
    "32": "./assets/icon-32.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "identity",
    "contextMenus",
    "storage",
    "activeTab",
    "notifications",
    "offscreen"
  ],
  "host_permissions": [
    "https://dialer.telphin.ru/*",
    "https://sso.telphin.ru/*",
    "https://www.google.com/"
  ],
  "content_security_policy": {},
  "minimum_chrome_version": "100"
}