Better Voice Unified

Better Voice Unified

Better Voice is a mobile first, online business phone system for entrepreneurs, startups, and small businesses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.9.5",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAycylnrjPn7qj1MmeiEg8DNUElSJQZy914XSrgc89KT9wAapt2k7+5J2Y5tLbthh/aP1dexGpMZiRelxoLhBzP4A6/gsPYT5jdXBFJfKQ4pAWN56ssEu3u2Hd7wVmjaxgMuxdtPOwaz/x/MV+RDDy+xZLq96E3llh4jcN0jXGK4gUph8Q5zMCKO0+FPhBgNTc1YSfl/FAZ/Sg4dRbOVt/lv5pn2w2b/zR8rq14QsKF4dDVTjg1ooVHJGzCG6Saa2gnVd+q/Rt58UCtKBewjc2KjMRBrydBvXL9x+Nwxl2h3eXsxDKjX+W/A28Yk0yomUO6ciGctCNm9CfDMYiMgq9VwIDAQAB",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "audioCapture"
  ],
  "url_handlers": {
    "default_open": {
      "matches": [
        "*://chrome.bettervoice.com/inbox"
      ],
      "title": "BetterVoice Chrome App"
    },
    "handle_number_action": {
      "matches": [
        "*://chrome.bettervoice.com/number/action/*",
        "*://chrome.bettervoice.com/number/action/*/*"
      ],
      "title": "Click to Call"
    }
  }
}