Examine source code of RESTplus

Inspect and view changes in RESTplus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "RESTplus",
  "version": "3.9.8.617",
  "description": "Perform HTTP requests with any method, URL, body and custom headers.",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "cookies",
    "tabs"
  ],
  "optional_permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background/bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    }
  },
  "minimum_chrome_version": "67",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}