Yet Another REST Client

Yet Another REST Client

A free and easy-to-use REST Client. Use it to develop, test and debug RESTful services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yet Another REST Client",
  "version": "1.1.0",
  "description": "A free and easy-to-use REST Client. Use it to develop, test and debug RESTful services.",
  "short_name": "YARC",
  "author": "Paul Hitz",
  "icons": {
    "16": "img/logo_16x16.png",
    "48": "img/logo_48x48.png",
    "128": "img/logo_128x128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "app/background.js"
      ]
    }
  },
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "storage",
    "unlimitedStorage",
    "browser",
    "fullscreen"
  ]
}