Inspect and view changes in Kik Messenger [2021] 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": "Kik Messenger [2021]",
"version": "1.1.1",
"manifest_version": 2,
"description": "",
"homepage_url": "https://chrome.edgelauncher.com/extkik",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://chrome.edgelauncher.com/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": "icons/icon48.png",
"default_title": "Kik Messenger [2021]"
}
}