Camera

Camera

Simple camera/webcam app to take pictures available for download. So far the app is limited with a few photo filters. Feedback is…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Camera",
  "version": "0.2",
  "manifest_version": 2,
  "icons": {
    "16": "camera.png",
    "128": "camera.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "audioCapture",
    "videoCapture"
  ]
}