Examine source code of Blockuino HEX Uploader AVRGirl

Inspect and view changes in Blockuino HEX Uploader AVRGirl 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": "Blockuino HEX Uploader AVRGirl",
  "version": "0.2.0",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "description": "Used by Blockuino to upload precompiled HEX files to Arduino.",
  "app": {
    "background": {
      "scripts": [
        "bundle.js"
      ]
    }
  },
  "permissions": [
    "serial"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.blockuino.no/*"
    ]
  }
}