API Tester - REST API Tester Client FREE

Develop, test and debug REST APIs.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "API Tester - REST API Tester Client FREE",
  "description": "Develop, test and debug REST APIs.",
  "manifest_version": 3,
  "version": "1.0.0",
  "background": {
    "service_worker": "extension/background.js"
  },
  "action": {},
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "./img/logo_16.png",
    "24": "./img/logo_24.png",
    "32": "./img/logo_32.png",
    "48": "./img/logo_48.png",
    "64": "./img/logo_64.png",
    "128": "./img/logo_128.png"
  }
}