Platform-Base/properties.json

13 lines
275 B
JSON
Raw Normal View History

2025-02-07 19:00:10 -08:00
{
"name": "Example platform",
"author": "Swee",
"version": "1.0",
"type": "platform",
2025-02-07 19:09:00 -08:00
"layout": "IRC",
"supports": ["desktop", "mobile"],
"statusBar": {
"title": "Example",
2025-02-07 19:12:46 -08:00
"iconProvider": "file",
"icon": "logo.png"
2025-02-07 19:09:00 -08:00
}
2025-02-07 19:00:10 -08:00
}