mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-10 14:58:40 +00:00
47 lines
942 B
JSON
Executable File
47 lines
942 B
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1003600000,
|
|
"internal": "Checklist",
|
|
"external": "Checklist"
|
|
},
|
|
"category": "Tools",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"directory": "Checklist",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Tasks": "1.0.0",
|
|
"Tools": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/checklist"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"file": "Checklist",
|
|
"from": "Checklist"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Checklist",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|