Rest Vision

Rest Vision

Chrome Extension for rendering JSON response from a REST APi in an HTML table for easy reading

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rest Vision",
  "version": "1.0.2",
  "description": "Chrome Extension for rendering JSON response from a REST APi in an HTML table for easy reading",
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Rest Vision"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ]
}