Camera

Camera

Turn on camera and take pictures, photos, or a picture with your webcam. More useful than a toy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "offline_enabled": true,
  "version": "3.2",
  "icons": {
    "128": "camera_128.png"
  },
  "app": {
    "urls": [
      "https://www.turncameraon.com/?utm_source=cws&utm_medium=camera&utm_campaign=cwsnew"
    ],
    "launch": {
      "web_url": "https://www.turncameraon.com/?utm_source=cws&utm_medium=camera&utm_campaign=cwsnew"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "manifest_version": 2
}