mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-23 05:11:34 +00:00
22 lines
365 B
JSON
22 lines
365 B
JSON
{
|
|
"id": "minigames",
|
|
"name": "Minigames",
|
|
"version": "0.1.0",
|
|
"bundled": true,
|
|
"private": false,
|
|
"screen": "screen.html",
|
|
"script": "screen.js",
|
|
"settings": {
|
|
"html": "settings.html",
|
|
"server_files": [
|
|
"minigames/"
|
|
]
|
|
},
|
|
"diagnostics": {
|
|
"server_files": [
|
|
"minigames/profile.json"
|
|
]
|
|
},
|
|
"routes": "routes.py"
|
|
}
|