Dolby Voice 1.3

Dolby Voice 1.3

Attend Dolby Voice conferences using the Google Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "dolbyvoice_background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "dolbyvoice_page.js"
      ],
      "matches": [
        "file:///*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Attend Dolby Voice conferences using the Google Chrome browser",
  "icons": {
    "16": "DolbyVoice16.png",
    "32": "DolbyVoice32.png",
    "48": "DolbyVoice48.png",
    "128": "DolbyVoice128.png"
  },
  "manifest_version": 2,
  "name": "Dolby Voice 1.3",
  "short_name": "Dolby Voice",
  "permissions": [
    "nativeMessaging"
  ],
  "version": "1.3",
  "web_accessible_resources": [
    "dolbyvoice.extension"
  ]
}