Examine source code of Arduino Create

Inspect and view changes in Arduino Create 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": "Arduino Create",
  "description": "Arduino Create Chrome app.",
  "version": "1.0.16.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.bundle.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.arduino.cc:*/*"
    ]
  },
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "https://www.googleapis.com/",
    "https://*.arduino.cc/",
    "serial",
    "hid",
    "usb",
    "browser",
    {
      "usbDevices": [
        {
          "vendorId": 32903,
          "productId": 2746
        },
        {
          "vendorId": 1003,
          "productId": 8535
        }
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png",
    "256": "icon-256.png",
    "512": "icon-512.png"
  },
  "oauth2": {
    "client_id": "161888950050-o77821qp5ilu9he4qs67uvve38t378i0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}