18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "welcome-banner",
|
|
"version": "1.0.0",
|
|
"description": "PoC plugin that injects a welcome banner into responses",
|
|
"author": "OmniRoute",
|
|
"license": "MIT",
|
|
"main": "index.mjs",
|
|
"source": "local",
|
|
"tags": ["poc", "demo"],
|
|
"hooks": {
|
|
"onResponse": true
|
|
},
|
|
"requires": {
|
|
"permissions": []
|
|
},
|
|
"enabledByDefault": true
|
|
}
|