JSON Formatter

JSON Formatter

Tool for formatting json data, into a pretty human readable format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "launch": {
      "container": "tab",
      "web_url": "http://iblogbox.com/devtools/myjson"
    },
    "urls": [
      "http://iblogbox.com/devtools/myjson"
    ]
  },
  "description": "Tool for formatting json data, into a pretty human readable format.",
  "icons": {
    "128": "icon128.png"
  },
  "name": "JSON Formatter",
  "permissions": [
    "notifications",
    "unlimitedStorage"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.1.2"
}