Auto Resize on Startup Firefox

Examine source code of Auto Resize on Startup

Inspect and view changes in Auto Resize on Startup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4.2",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1cad13e-f0e3-6702-ab35-adb2e09e2daa}"
    }
  },
  "icons": {
    "16": "icons/ws_icon_16_dark.png",
    "32": "icons/ws_icon_32_dark.png",
    "48": "icons/ws_icon_48_dark.png",
    "64": "icons/ws_icon_64_dark.png",
    "96": "icons/ws_icon_96_dark.png",
    "128": "icons/ws_icon_128_dark.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "WindowSizer",
    "default_popup": "toolbar_menu.html",
    "default_icon": {
      "16": "icons/ws_icon_16_dark.png",
      "32": "icons/ws_icon_32_dark.png"
    },
    "theme_icons": [
      {
        "light": "icons/ws_icon_16_light.png",
        "dark": "icons/ws_icon_16_dark.png",
        "size": 16
      },
      {
        "light": "icons/ws_icon_32_light.png",
        "dark": "icons/ws_icon_32_dark.png",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "commands": {
    "preset-1": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "Activate preset #1"
    },
    "preset-2": {
      "suggested_key": {
        "default": "Alt+2"
      },
      "description": "Activate preset #2"
    },
    "preset-3": {
      "suggested_key": {
        "default": "Alt+3"
      },
      "description": "Activate preset #3"
    },
    "preset-4": {
      "suggested_key": {
        "default": "Alt+4"
      },
      "description": "Activate preset #4"
    },
    "preset-5": {
      "suggested_key": {
        "default": "Alt+5"
      },
      "description": "Activate preset #5"
    },
    "preset-6": {
      "suggested_key": {
        "default": "Alt+6"
      },
      "description": "Activate preset #6"
    },
    "preset-7": {
      "suggested_key": {
        "default": "Alt+7"
      },
      "description": "Activate preset #7"
    },
    "preset-8": {
      "suggested_key": {
        "default": "Alt+8"
      },
      "description": "Activate preset #8"
    },
    "preset-9": {
      "suggested_key": {
        "default": "Alt+9"
      },
      "description": "Activate preset #9"
    }
  }
}

Best Auto Resize on Startup Alternatives

Here are some Firefox add-ons that are similar to Auto Resize on Startup: