oms-Finance/info.json
Dennis Eichhorn 13b90e6a5e
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

46 lines
916 B
JSON

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