VoiceThread

VoiceThread

Transforming media into collaborative spaces with video, voice, and text commenting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VoiceThread",
  "version": "0.0.2",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "description": "Transforming media into collaborative spaces with video, voice, and text commenting.",
  "icons": {
    "16": "assets/circle_logo_16x16.png",
    "128": "assets/circle_logo_128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "webview",
    "https://*.voicethread.com/"
  ]
}