Examine source code of OKJSP HTML5

Inspect and view changes in OKJSP HTML5 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OKJSP HTML5",
  "description": "HTML5로 OKJSP를 사용하기",
  "version": "1.1",
  "app": {
    "urls": [
      "http://www.okjsp.pe.kr/"
    ],
    "launch": {
      "web_url": "http://www.okjsp.pe.kr/html5/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}