Examine source code of ITC Merge Windows

Inspect and view changes in ITC Merge Windows 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": "ITC Merge Windows",
  "version": "2.0.3",
  "description": "Merges all of the browser's windows into the current window",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16.png",
    "default_title": "Merge Now"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}