JSON Beautifier

JSON Beautifier

Validates and organizes your JSON

Merlin
Additional files are visible only to premium users

manifest.json


{
  "permissions": [
    "management"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html",
    "default_title": "Style your JSONs"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Validates and organizes your JSON",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsaGSsfeKRSjcwNAn8/RUPY8/pq0VU8Wlm20Vu7d+i1eHl3KnS7HCNZb0XtU5dODkyfZYdAVGep7e4ibjG5Yp0U6CiEyd/wdQU/9RcAy4ErszOq3yrKrMRYqDojjk8BgfQySwD2Avk1SmHbhdyblxIyWqqPIBzYYm+hP1REp3G8yQKfYHEVJe0X5u0Xcd2SeqstOU2kPMJHT3y0VFd6y2jYIN28nDa36pHtLrt+cEipM8e72p59ggW+F/b1dBcKO4njreDhnBbpQGnBcuXwpFWOqS0qamDm5XcOf4A+HHJt+yejXCZKbe1zEKxf7IGGMO8c4JCFDH3GlUUsiRU8S1tQIDAQAB",
  "manifest_version": 2,
  "name": "JSON Beautifier",
  "short_name": "JB",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.8"
}