Leading the industry in gorilla-based chat clients.
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": "BonziWORLD Community Edition (Legacy)",
"description": "Leading the industry in gorilla-based chat clients.",
"version": "2.8.0",
"manifest_version": 3,
"action": {
"title": "BonziWORLD"
},
"background": {
"service_worker": "./background.js",
"type": "module"
},
"icons": {
"16": "./www/favicons/favicon-16x16.png",
"32": "./www/favicons/favicon-32x32.png",
"180": "./www/favicons/apple-touch-icon.png",
"192": "./www/favicons/android-chrome-192x192.png"
}
}