Maximize All Windows (on Startup) Firefox

Examine source code of Maximize All Windows (on Startup)

Inspect and view changes in Maximize All Windows (on Startup) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Maximize All Windows",
  "version": "0.1.3",
  "description": "Maximize all browser windows.",
  "developer": {
    "name": "ericchase",
    "url": "https://addons.mozilla.org/en-US/firefox/addon/maximize-all-windows/"
  },
  "icons": {
    "48": "images/logo-48.png",
    "96": "images/logo-96.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/browser-action-16.png",
      "32": "images/browser-action-32.png"
    },
    "default_title": "Maximize all browser windows."
  },
  "options_ui": {
    "browser_style": true,
    "page": "options/options.html"
  },
  "background": {
    "scripts": [
      "js/__shared.js",
      "js/browser-action.js",
      "js/runtime-startup.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0fb9fbf9-ede1-415b-ace5-25b216f3c087}"
    }
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2
}

Best Maximize All Windows (on Startup) Alternatives

Here are some Firefox add-ons that are similar to Maximize All Windows (on Startup):