Inspect and view changes in Byrd IRC client 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": "Byrd IRC client",
"short_name": "Byrd",
"description": "Connect to IRC using Byrd IRC",
"version": "2.2.5",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"permissions": [
"storage",
"clipboardWrite",
"clipboardRead",
"notifications"
],
"sandbox": {
"pages": [
"scripts/window.html"
]
},
"sockets": {
"tcp": {
"connect": ""
},
"tcpServer": {
"listen": ":113"
}
},
"icons": {
"16": "images/icon/icon_16.png",
"48": "images/icon/icon_48.png",
"128": "images/icon/icon_128.png",
"256": "images/icon/icon_256.png"
}
}