Examine source code of Lensoo Create

Inspect and view changes in Lensoo Create source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "0.67",
  "version_name": "Chrome-6.6.3",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "notifications",
    "clipboardRead",
    "accessibilityFeatures.read",
    "identity",
    "videoCapture",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "identity.email",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write"
      ]
    },
    "https://clients2.google.com/",
    "clipboardWrite",
    "alarms",
    "storage",
    "overrideEscFullscreen",
    "fullscreen",
    "audioCapture"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "arc_metadata": {
    "apkList": [
      "LensooCreate.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "fullscreen",
    "name": "Lensoo Create",
    "orientation": "landscape",
    "packageName": "com.lensoo.create",
    "resize": "reconfigure"
  }
}