MATEK - Math Camera Solver

Take a picture of your equation or write it on your screen and get step-by-step hints on how to solve it.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "description": "Take a picture of your equation or write it on your screen and get step-by-step hints on how to solve it.",
  "icons": {
    "16": "matekicon16.png",
    "48": "matekicon48.png",
    "128": "matekicon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo6VEY0jzYv0wADNHQY9EhBMxORwe8Z99npavB/UOSn31aWL5ckcC5yxMU9gJ1IEXdSnaReQoUhWy0CyoPCvjGVj37/mT2siDixH/jkSkooOqvWFbzv2uvM2JFkhsHyciLDEiN6JxHTlr2RuLEt+NDRGSa7fA3DZwzADjsvUbk2drvQzrhS3Fl1j6A6rmxLa3EDUM5RzMh30DyvKK0/nltGLkjVVS7MroZyjNyBsWnTUrDoDwHnNRevKyPZT5a2jJBS0el37zvjwBY7u5yh+9V5l0ZnGu+Y4+Qs2q/FvrOlOL4YwKB7RD4c0KNbD7z/wyTxn2O6UiFoZZ6Wv99jOQ7QIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "38.0.0.0",
  "name": "MATEK - Math Camera Solver",
  "offline_enabled": true,
  "permissions": [
    "videoCapture",
    "webview",
    "storage",
    "syncFileSystem",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "unlimitedStorage",
    "https://www.googleapis.com/"
  ],
  "sandbox": {
    "pages": [
      "html/sandbox.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.2582",
  "webview": {
    "partitions": [
      {
        "accessible_resources": [
          "*.*"
        ],
        "name": "trusted"
      }
    ]
  }
}