Examine source code of Snap4Arduino connector by MakeITLab

Inspect and view changes in Snap4Arduino connector by MakeITLab 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": "Snap4Arduino connector by MakeITLab",
  "description": "Connect Berkeley Snap! to Arduino boards with WS2812b strip",
  "version": "0.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "page": "background.html"
    }
  },
  "permissions": [
    "serial"
  ],
  "externally_connectable": {
    "matches": [
      "http://dev.arduino.org/*",
      "http://arduino.org/*",
      "http://snap4arduino:8888/",
      "http://makeitlab.ru/*"
    ],
    "accepts_tls_channel_id": false
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  }
}