Examine source code of Parallax IDE

Inspect and view changes in Parallax IDE 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": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.14.4",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "serial",
    "unlimitedStorage",
    "syncFileSystem",
    "storage",
    "usb",
    {
      "usbDevices": [
        {
          "vendorId": 1027,
          "productId": 24577
        },
        {
          "vendorId": 1027,
          "productId": 24597
        }
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}