Examine source code of Linkitz

Inspect and view changes in Linkitz 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": "Linkitz",
  "version": "0.9.7.29",
  "manifest_version": 2,
  "minimum_chrome_version": "46",
  "description": "Linkitz empowers kids to explore technology and build endless amazing creations.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkeZXX+WZIAi3CSWadcezsgaP/0N1W9OXJuDcG3kvOl88nu5IClgMSBLfFQyenXer4Z3vTSUxHScgHVIgNOKFXEsIDkREPjN3z9YW9/wqvujjLgNWt0DYcDHkyQZ3YdJ8VFogOz18zdXtbkJio2q2OpGaxL7VsNxCZ+yTB49qlhE8dsZnjTGEhWo+Sri87lmGHYrJUo3KI2ii9FAthKrapKzqM1fkpvn5gvb4wLJ/VmUdIxRXDWImDTEX1vKX6ACmXA5kIqT9+sFI4sUxvfSjMGau2zZv2Q8lUj/XLpzOcWPmaj4b41sblvwNn4S9k7TDWm5LsrYhE0dffiAF8Ad+LwIDAQAB",
  "icons": {
    "128": "icons/corplogo128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "app-entry.js"
      ]
    }
  },
  "permissions": [
    "contextMenus",
    "webview",
    "storage",
    "fileSystem",
    "clipboardRead",
    "clipboardWrite",
    "hid",
    {
      "usbDevices": [
        {
          "vendorId": 1240,
          "productId": 60
        },
        {
          "vendorId": 1240,
          "productId": 61427
        }
      ]
    },
    "https://stormy-savannah-87206.herokuapp.com/*",
    "https://polar-hamlet-45060.herokuapp.com/*"
  ],
  "sandbox": {
    "pages": [
      "blocklyframe.html"
    ]
  }
}