CamVoice - Video Chat

CamVoice - Video Chat

CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/chat.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "CamVoice is a live video streaming social network with millions of active users in thousands of video chat rooms.",
  "icons": {
    "16": "icons/chat.png",
    "48": "icons/chat.png",
    "128": "icons/chat.png"
  },
  "manifest_version": 2,
  "name": "CamVoice - Video Chat",
  "permissions": [
    "tabs",
    "https://*/*",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "web_accessible_resources": [
    "res/*"
  ]
}