Comic Webcam

Comic Webcam

Take photos from your webcam and apply a lot of funny and beautiful webcam effects!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Comic Webcam",
  "description": "Take photos from your webcam and apply a lot of funny and beautiful webcam effects!",
  "version": "1.1",
  "app": {
    "urls": [
      "http://comicwebcam.com/"
    ],
    "launch": {
      "web_url": "http://comicwebcam.com/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "96": "icon_96.png",
    "128": "icon_128b.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}