Graylog JSON Prettify Firefox

Examine source code of Graylog JSON Prettify

By: cheack
Inspect and view changes in Graylog JSON Prettify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Graylog JSON Prettify",
  "version": "1.0.2",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Graylog JSON Prettify"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "graylog-json-prettify@cheack",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Graylog JSON Prettify Alternatives

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