RESTClient, a debugger for RESTful web services.

RESTClient, a debugger for RESTful web services.

RESTClient has been completely rewritten for compatible with Firefox 57. Some functions are still missing (OAuth & OAuth 2.0 authentication).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "3.0.8resigned1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "incognito": "spanning",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.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": "RESTClient"
  },
  "applications": {
    "gecko": {
      "id": "{ad0d925d-88f8-47f1-85ea-8463569e756e}"
    }
  }
}