mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-08 16:18:03 -06:00
20 lines
443 B
JSON
20 lines
443 B
JSON
{
|
|
"name": "chat",
|
|
"creators": ["ASTATIN3"],
|
|
"version": "1.0",
|
|
"entrypoint": "modules/chat/main.py",
|
|
"tabs": [
|
|
{
|
|
"name": "chat",
|
|
"defaultPage": "chat",
|
|
"pages": [
|
|
{
|
|
"type": "page",
|
|
"name": "chat",
|
|
"requiredPermGroup": "",
|
|
"location": "modules/chat/chat.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |