Inspect and view changes in KKOBAK 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": "KKOBAK",
"description": "꼬박 챌린지를 통해 사람들과 함께 다양한 경험을 해보세요.",
"version": "1.0.0",
"chrome_url_overrides": {
"newtab": "KKOBAK.html"
},
"manifest_version": 3,
"icons": {
"16": "/images/icons-16.png",
"32": "/images/icons-32.png",
"48": "/images/icons-48.png",
"128": "/images/icons-128.png"
}
}