JSON Formatter Firefox

Examine source code of JSON Formatter

Inspect and view changes in JSON Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "JSON Formatter",
  "short_name": "JSON Formatter & Viewer — Beautify JSON with 60+ Themes",
  "version": "2.1.18",
  "version_name": "2.1.18",
  "manifest_version": 3,
  "description": "JSON viewer and beautifier with 60+ themes, syntax highlighting, and dark mode. No ads, no popups. Open source.",
  "homepage_url": "https://github.com/jformatter/json-formatter-crx",
  "browser_specific_settings": {
    "gecko": {
      "id": "{db8ff575-504f-4f3d-a910-07702998d21d}",
      "strict_min_version": "109.0"
    }
  },
  "minimum_chrome_version": "88",
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_icon": {
      "16": "images/icons/icon_round_16.png",
      "32": "images/icons/icon_round_32.png",
      "48": "images/icons/icon_round_48.png",
      "64": "images/icons/icon_round_64.png",
      "72": "images/icons/icon_round_72.png",
      "128": "images/icons/icon_round_128.png",
      "256": "images/icons/icon_round_256.png",
      "384": "images/icons/icon_round_384.png",
      "512": "images/icons/icon_round_512.png",
      "1024": "images/icons/icon_round_1024.png"
    },
    "default_title": "JSON Formatter - Edit Preferences",
    "default_popup": "options.html"
  },
  "icons": {
    "16": "images/icons/icon_round_16.png",
    "32": "images/icons/icon_round_32.png",
    "48": "images/icons/icon_round_48.png",
    "64": "images/icons/icon_round_64.png",
    "72": "images/icons/icon_round_72.png",
    "128": "images/icons/icon_round_128.png",
    "256": "images/icons/icon_round_256.png",
    "384": "images/icons/icon_round_384.png",
    "512": "images/icons/icon_round_512.png",
    "1024": "images/icons/icon_round_1024.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/globals.js",
        "js/utils.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_origin_as_fallback": true
    }
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "js/*",
        "css/*",
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best JSON Formatter Alternatives

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