Examine source code of Maximize Tear-off Window

Inspect and view changes in Maximize Tear-off Window 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
{
  "manifest_version": 2,
  "name": "Maximize Tear-off Window",
  "description": "Maximize new windows created by tearing off tabs from a maxmized origin window.",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "maximize-tearoff@lionelw"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}