JSON Editor

JSON Editor

A tool to view, edit, format, and validate JSON

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 Editor",
  "version": "3.7.5",
  "description": "A tool to view, edit, format, and validate JSON",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [],
  "optional_permissions": [
    "http://api.jsoneditoronline.org/",
    "http://*/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "offline_enabled": true
}