Basic JSON Formatter Firefox

Examine source code of Basic JSON Formatter

Inspect and view changes in Basic JSON Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Basic JSON Formatter",
  "version": "1.1.0",
  "description": "Adds a page action to pretty-print JSON",
  "applications": {
    "gecko": {
      "id": "{c7632bd5-48ce-467d-9433-58f33477553d}"
    }
  },
  "icons": {
    "48": "img/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "formatter.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>"
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "48": "img/icon-48.png"
    },
    "default_title": "Format JSON"
  },
  "options_ui": {
    "page": "options_ui/options.html",
    "browser_style": true
  }
}

Best Basic JSON Formatter Alternatives

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