JSONViewer

JSONViewer

Format several JSON documents in one window, depends to your screen width, up to 6

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "JSONViewer",
  "description": "Format several JSON documents in one window, depends to your screen width, up to 6",
  "version": "2.1.0",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "128": "images/128.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}