Inspect and view changes in 네이버 사전 - 작은창 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": "네이버 사전 - 작은창",
"description": "네이버 영어사전을 별도의 작은 창으로 띄우고 싶어 만든 크롬앱",
"version": "0.4.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"icons": {
"128": "ndic-mini-128.png"
},
"permissions": [
"webview"
]
}