mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 00:28:07 -06:00
20 lines
464 B
JSON
Executable File
20 lines
464 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |