Examine source code of SessionResize

Inspect and view changes in SessionResize 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": "SessionResize",
  "version": "1.0",
  "description": "Simply open a new window and close it to force Firefox to resize his window. Useful when restoring session on a tilling manager (such as i3).",
  "icons": {
    "48": "icons/border-48.png"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  }
}