Examine source code of Merge Windows

Inspect and view changes in 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
{
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "description": "Merge multiple windows together",
  "homepage_url": "https://github.com/jonathanKingston/merge-windows",
  "manifest_version": 2,
  "name": "Merge Windows",
  "version": "1.0.3resigned1",
  "icons": {
    "96": "merge.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d0b1446-4a7c-40e9-9bcf-568a8e26d00b}"
    }
  }
}