KISaD JSON Viewer

KISaD JSON Viewer

Viewer for large json files using cloud9's ace editor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "KISaD JSON Viewer",
  "description": "Viewer for large json files using cloud9's ace editor",
  "version": "1.1resigned1",
  "author": "Manuel Kaufmann",
  "developer": {
    "name": "KISaD GmbH",
    "url": "https://www.kisad.de"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "json-viewer.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5cfdc0fc-ec91-49c1-b463-c357293d13d7}"
    }
  }
}