Submit and Close Firefox

Examine source code of Submit and Close

Inspect and view changes in Submit and Close source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Submit and Close",
  "short_name": "Submit and Close",
  "description": "Auto-close tabs after form submission has completed",
  "version": "1.0.1resigned1",
  "applications": {
    "gecko": {
      "id": "form-submit-and-close@mozilla.kewis.ch"
    }
  },
  "icons": {
    "16": "images/addon.svg",
    "32": "images/addon.svg",
    "48": "images/addon.svg",
    "128": "images/addon.svg"
  },
  "permissions": [
    "tabs",
    "menus"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/findsubmit.js"
      ]
    },
    {
      "matches": [
        "https://bugzilla.mozilla.org/show_bug.cgi*",
        "https://bugzilla.mozilla.org/process_bug.cgi*",
        "https://bugzilla-dev.allizom.org/show_bug.cgi*",
        "https://bugzilla-dev.allizom.org/process_bug.cgi*"
      ],
      "js": [
        "content/bugzilla.js"
      ],
      "css": [
        "content/bugzilla.css"
      ]
    }
  ]
}

Best Submit and Close Alternatives

Here are some Firefox add-ons that are similar to Submit and Close: