Manga Cam

Manga Cam

Take photos and turn it into manga-style.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Manga Cam",
  "version": "0.4",
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "description": "Take photos and turn it into manga-style.",
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "assets/camera-128.png",
    "48": "assets/camera-128.png",
    "128": "assets/camera-128.png"
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "permissions": [
    "videoCapture",
    "syncFileSystem"
  ]
}