Platform-Base/properties.json
2025-02-07 19:12:46 -08:00

13 lines
No EOL
275 B
JSON

{
"name": "Example platform",
"author": "Swee",
"version": "1.0",
"type": "platform",
"layout": "IRC",
"supports": ["desktop", "mobile"],
"statusBar": {
"title": "Example",
"iconProvider": "file",
"icon": "logo.png"
}
}