Examine source code of Simple Startup Minimizer

Inspect and view changes in Simple Startup Minimizer 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": "Simple Startup Minimizer",
  "description": "This extension will minimize Firefox on startup, it is very simple and I didn't put much work into it but it should work on all platforms. Please let Mohamed Farahat know if you want more features added into it.",
  "version": "0.2.2",
  "author": "Mohamed Farahat",
  "applications": {
    "gecko": {
      "id": "gecko@minimize.at.startup",
      "strict_min_version": "54.0"
    }
  },
  "icons": {
    "16": "images/icon-16px.png",
    "32": "images/icon-32px.png",
    "64": "images/icon-64px.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}