WAI PBX Phone

WAI PBX Phone

WAI PBX extension allows you to make VoIP calls from within Chrome Browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WAI PBX Phone",
  "version": "1.0.6",
  "description": "WAI PBX extension allows you to make VoIP calls from within Chrome Browser.",
  "permissions": [
    "storage",
    "notifications",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    "*.ttf",
    "*.png",
    "*.gif",
    "*.jpg",
    "*.mp3"
  ],
  "externally_connectable": {
    "matches": [
      "https://legacy.site/*",
      "https://*.weanswer.it/*",
      "https://*.legacylink.co.za/*",
      "https://*.sanlamlegacy.co.za/*"
    ]
  },
  "manifest_version": 2
}