mirror of
https://github.com/Karaka-Management/oms-Notification.git
synced 2026-01-10 15:48:40 +00:00
56 lines
1.1 KiB
JSON
Executable File
56 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1008800000,
|
|
"internal": "Notification",
|
|
"external": "Notification"
|
|
},
|
|
"category": "Tools",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "Notification module.",
|
|
"directory": "Notification",
|
|
"dependencies": {
|
|
"Admin": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Dashboard": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/notification"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "Notification",
|
|
"file": "Notification"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 4,
|
|
"for": "Navigation",
|
|
"from": "Notification",
|
|
"file": "Notification"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Notification",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|