Examine source code of Nodeblu

Inspect and view changes in Nodeblu 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": "Nodeblu",
  "description": "Play with Octoblu and Meshblu (SkyNet.im) IoT platforms in Chrome",
  "version": "0.9.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "page": "background.html",
      "persistent": false
    }
  },
  "permissions": [
    "serial",
    "unlimitedStorage",
    "http://*/",
    "https://*/",
    "tts",
    "notifications",
    "storage",
    "videoCapture",
    "audioCapture"
  ],
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "480": "icon480.png"
  }
}