Snap4Arduino

Use Berkeley Snap! to program and control all kinds of Arduino boards
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",
  "description": "Use Berkeley Snap! to program and control all kinds of Arduino boards",
  "version": "5.3.3.1",
  "version_name": "5.3.3.1",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "serial",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "storage"
  ],
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  }
}