WebRTC SIP Phone with Click2Dial

WebRTC SIP Phone with Click2Dial

Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Nick Mitin ([email protected])",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "active": true,
    "default_icon": "img/offline-icon.png",
    "default_popup": "webrtc-index.html",
    "default_title": "WebRTC-Phone"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Click2Call SIP Dialer to make calls from any web page. Indispensable for call centers and any other business.",
  "icons": {
    "16": "img/sipde-transparent-kub.png",
    "48": "img/sipde-transparent-kub.png",
    "64": "img/offline-icon.png",
    "128": "img/sipde-transparent-kub.png"
  },
  "manifest_version": 2,
  "name": "WebRTC SIP Phone with Click2Dial",
  "options_ui": {
    "page": "config.html"
  },
  "permissions": [
    "background",
    "tabs",
    "cookies",
    "unlimitedStorage",
    "storage",
    "notifications",
    "<all_urls>"
  ],
  "short_name": "WebRTC SIP Phone with Click2Dial",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.9",
  "web_accessible_resources": [
    "*"
  ]
}