원셀SCM 크롬 플러그인 2.0.
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": "원셀SCM 크롬 플러그인 2.0",
"version": "2.0",
"description": "원셀SCM 크롬 플러그인 2.0.",
"permissions": [
"cookies",
"http://*.onesell.co.kr/*",
"*://*/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"externally_connectable": {
"matches": [
"*://localhost:*/*",
"*://*.onesell.co.kr/*"
]
},
"manifest_version": 2
}