JSON.wtf Validator

JSON.wtf Validator

A simple JSON Validator and Formatter - https://json.wtf

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JSON.wtf Validator",
  "short_name": "JSON.wtf",
  "description": "A simple JSON Validator and Formatter - https://json.wtf",
  "version": "1.2",
  "icons": {
    "16": "images/curly.png",
    "48": "images/curly.png",
    "128": "images/curly.png"
  },
  "browser_action": {
    "default_icon": "images/curly.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}