REST Client APIsHub Firefox

Examine source code of REST Client APIsHub

Inspect and view changes in REST Client APIsHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "REST Client APIsHub",
  "version": "2.5",
  "manifest_version": 2,
  "author": "Abdul Qadir (abdulqadirshaikh101@gmail.com)",
  "description": "A Modern and simple API testing tool!",
  "incognito": "spanning",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://restclient.apishub.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "downloads",
    "clipboardRead",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "REST Client APIsHub"
  }
}

Best REST Client APIsHub Alternatives

Here are some Firefox add-ons that are similar to REST Client APIsHub: