Test WebCam

Test WebCam

Easily test webcam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2",
  "name": "Test WebCam",
  "description": "Easily test webcam",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon64.png"
  },
  "options_page": "popup.html",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "icons": {
    "16": "img/icon16.png",
    "148": "img/icon148.png"
  }
}