Swagger Autoload Plugin Firefox

Examine source code of Swagger Autoload Plugin

By: Viren
Inspect and view changes in Swagger Autoload Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Swagger Autoload Plugin",
  "description": "",
  "version": "0.1.1resigned1",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "contentScript.js"
      ],
      "css": [
        "contentScript.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "background",
    "activeTab"
  ],
  "minimum_chrome_version": "51",
  "browser_specific_settings": {
    "gecko": {
      "id": "{691190b7-d05d-4154-b6ce-35e2a65885d5}"
    }
  }
}

Best Swagger Autoload Plugin Alternatives

Here are some Firefox add-ons that are similar to Swagger Autoload Plugin: