oms-Balance/info.json
Dennis Eichhorn a9938f8a63
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
Test fixes
2024-05-16 02:14:54 +00:00

46 lines
919 B
JSON

{
"name": {
"id": 1006500000,
"internal": "Balance",
"external": "Balance"
},
"category": "Finance",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"directory": "Balance",
"dependencies": {
"Accounting": "*",
"Controlling": "*"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/controlling/balance"
],
"type": 4,
"for": 0,
"from": "Balance",
"file": "Balance"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Balance",
"for": "Navigation",
"file": "Navigation"
}
]
}