MeetMe Dolby Voice 1.1

MeetMe Dolby Voice 1.1

Attend MeetMe 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": [
      "meetmedolbyvoice_background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "meetmedolbyvoice_page.js"
      ],
      "matches": [
        "file:///*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Attend MeetMe Dolby Voice conferences using the Google Chrome browser",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "MeetMe Dolby Voice 1.1",
  "short_name": "MeetMe Dolby Voice",
  "permissions": [
    "nativeMessaging"
  ],
  "version": "1.1",
  "web_accessible_resources": [
    "meetmedolbyvoice.extension"
  ]
}