JSON View Pro

JSON View Pro

JSON View Pro extension, JSON documents will be formatted, highlighted, and arrays and objects can be collapsed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "1.0.2",
  "author": "aiddroid <[email protected]>",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "content.883ade9e.js"
      ],
      "css": [
        "content.edadac84.css"
      ]
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7+rjQYfAfiWWaHDx+mEWvqKaQugwnUJUt54OGWaYjm+3sBJckTGLC32T60Gw3zcimWuBaBNoVbejXZxnewh/jfX/pnK2b0+GYMJ+YyaQzPjKRtdSlqFnn3U+wwubLXnGteNC1KgpD8HIMrkURg8vZ+i0uM9pt7lJdu24QGMhm/oLr0lWBdRsIEq27fv1y5x0h2YsMO/9dReh4fnaqduJvjI7D2bNYC69mZpfRg+dzbCMJ4h6a80Hwn4yxiUi6Xd7tZxFgGzUJO6eEXHqdNRzaDwoH5R55CvaLYJ7orFdcCM2zsHML1Tw7+O5Pmu6EDEEdEFgZqNaIiFvSvZot44pXQIDAQAB",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**/*.png",
        "resources/*.json"
      ],
      "matches": [
        "https://itoolkit.app/*"
      ]
    }
  ],
  "host_permissions": [
    "https://itoolkit.app/*"
  ]
}