oms-BudgetManagement/info.json
Dennis Eichhorn c968275e34 update
2024-01-02 23:34:17 +00:00

45 lines
938 B
JSON

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