Examine source code of English - Korean Dictionary

Inspect and view changes in English - Korean Dictionary 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": "https://clients2.google.com/service/update2/crx",
  "name": "English - Korean Dictionary",
  "manifest_version": 2,
  "description": "Easy to use comprehensive English-Korean Dictionary",
  "version": "1.0.0",
  "icons": {
    "24": "engkor24.png",
    "128": "engkor128.png"
  },
  "permissions": [],
  "app": {
    "urls": [
      "http://english-korean-dictionary.herokuapp.com/"
    ],
    "launch": {
      "web_url": "http://english-korean-dictionary.herokuapp.com/"
    }
  }
}