Examine source code of datango creator concurrent mode

Inspect and view changes in datango creator concurrent mode 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
{
  "name": "datango creator concurrent mode",
  "version": "0.0.7",
  "manifest_version": 2,
  "description": "datango creator concurrent mode support",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "48": "creator-logo-48.png",
    "128": "creator-logo-128.png"
  },
  "webview": {
    "partitions": [
      {
        "name": "wb",
        "accessible_resources": [
          "<all_urls>"
        ]
      }
    ]
  },
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "permissions": [
    "alwaysOnTopWindows",
    "unlimitedStorage",
    "<all_urls>",
    "webview"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}