Monaco JSON Viewer Firefox

Examine source code of Monaco JSON Viewer

Inspect and view changes in Monaco JSON Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Monaco JSON Viewer",
  "short_name": "mjv",
  "author": "streetraceing",
  "version": "1.1",
  "icons": {
    "16": "icons/logo.svg",
    "48": "icons/logo.svg",
    "64": "icons/logo.svg",
    "128": "icons/logo.svg",
    "256": "icons/logo.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "monaco-json-viewer@streetraceing.dev",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "scripting",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "monaco/min/**",
        "init.js",
        "icons/**"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Monaco JSON Viewer Alternatives

Here are some Firefox add-ons that are similar to Monaco JSON Viewer: