Instant JSON Editor

Instant JSON Editor

Format, validate and edit JSON instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instant JSON Editor",
  "description": "Format, validate and edit JSON instantly",
  "version": "1.0.1",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}