MJsonViewer Firefox

Examine source code of MJsonViewer

By: D0n9X1n
Inspect and view changes in MJsonViewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MJsonViewer",
  "version": "4.4",
  "author": "D0n9X1n",
  "description": "Yet, just another jsonviewer plugin for Firefox.",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/lib/relaxed-json.js",
        "scripts/utils.js",
        "scripts/common.js",
        "scripts/config.js",
        "scripts/render.js",
        "scripts/renovate.js",
        "scripts/dispatcher.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "scripts/rewrite.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c5123f80-ddc9-4ae8-bc43-31f064b388e7}",
      "strict_min_version": "42.0"
    }
  }
}

Best MJsonViewer Alternatives

Here are some Firefox add-ons that are similar to MJsonViewer: