JSON/XML Formatter

JSON/XML Formatter

Formats JSON and XML for easy reading

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JSON/XML Formatter",
  "version": "1.4.2",
  "description": "Formats JSON and XML for easy reading",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "select JSON/XML and format by clicking extension"
  },
  "icons": {
    "16": "images/jx16.png",
    "32": "images/jx32.png",
    "48": "images/jx64.png",
    "128": "images/jx128.png"
  },
  "manifest_version": 2
}