JSON-handle2

JSON-handle2

It's a browser and editor for JSON document.You can get a beautiful view

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo16.png",
    "default_title": "JSON-handle2"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content_scripts.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*",
        "file:///*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "It's a browser and editor for JSON document.You can get a beautiful view",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj2MkzrucxEDss6cazummhgNfOWHFGgaXVtms8eZM20EZltTOAHPWfqtsRwhqICk84akZJLRaX1G7lXj1plyJqd6pKlW4kasH+AKVVP6nhG5wu8CXoQIpsY9rH8jsedEVZUFQ+eBEwbpgPPLMDbwpPFJdMP6EdnKl3T/6ZvJzfpjlNl2W6qSQyRpOxyVStshG4cWlz404LqnQFPxtLB2vTpDda8by0tkzcUFGPnzcDAB9HhsFT/K+l5Bxr/16Z7bdG2SYUkB3Byi9sjFGzTUs7nJEdHIfoIDEBCUza/O/TGQcHoDxHmaQc6u5Vt7juIg+urzHGU2oybu0K/KuUG4WOQIDAQAB",
  "manifest_version": 2,
  "name": "JSON-handle2",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "json2"
  },
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "tabs",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.3",
  "web_accessible_resources": [
    "JSON-handle2/JSON-handle2.html"
  ]
}