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