Auto Minimize Firefox

Examine source code of Auto Minimize

Inspect and view changes in Auto Minimize source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Minimize",
  "description": "Set a limit for how many unminimized windows are allowed and minimize the rest",
  "version": "1.0.1",
  "permissions": [
    "sessions",
    "storage"
  ],
  "background": {
    "page": "background/background.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autominimize@lionelw"
    }
  },
  "icons": {
    "48": "auto-minimize.svg",
    "96": "auto-minimize.svg"
  }
}

Best Auto Minimize Alternatives

Here are some Firefox add-ons that are similar to Auto Minimize: