oms-MyPrivate/info.json
Dennis Eichhorn 0c633e1199
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

37 lines
728 B
JSON

{
"name": {
"id": 1003400000,
"internal": "MyPrivate",
"external": "Private"
},
"category": "Tools",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "Tasks module.",
"directory": "MyPrivate",
"dependencies": {
"Admin": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/"
],
"type": 5,
"from": "MyPrivate",
"for": "Navigation",
"file": "Navigation"
}
]
}