Update properties.json

This commit is contained in:
Nova Cat 2025-02-07 19:09:00 -08:00
parent 070406e9e8
commit 518e92fccc

View file

@ -3,6 +3,11 @@
"author": "Swee", "author": "Swee",
"version": "1.0", "version": "1.0",
"type": "platform", "type": "platform",
"layout": "irc", "layout": "IRC",
"supports": ["desktop", "mobile"] "supports": ["desktop", "mobile"],
"statusBar": {
"title": "Example",
"iconProvider": "web",
"icon": "https://git.swee.codes/SugarCaneIM/Desktop/raw/branch/main/logo.png"
}
} }