mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
220bd3422f
Signed-off-by: Joas Schilling <coding@schilljs.com>
51 lines
906 B
JSON
51 lines
906 B
JSON
{
|
|
"id": "notifications",
|
|
"name": "Notifications",
|
|
"description": "A single screenshot should be an array",
|
|
"version": "1.0.0",
|
|
"licence": "agpl",
|
|
"author": [
|
|
"Joas Schilling"
|
|
],
|
|
"dependencies": {
|
|
"nextcloud": {
|
|
"@attributes": {
|
|
"min-version": "16",
|
|
"max-version": "16"
|
|
}
|
|
},
|
|
"backend": []
|
|
},
|
|
"screenshot": [
|
|
"https://raw.githubusercontent.com/nextcloud/notifications/refs/heads/master/docs/screenshot.png"
|
|
],
|
|
"category": [
|
|
"monitoring"
|
|
],
|
|
"info": [],
|
|
"background-jobs": [],
|
|
"activity": {
|
|
"filters": [],
|
|
"settings": [],
|
|
"providers": []
|
|
},
|
|
"commands": [],
|
|
"remote": [],
|
|
"public": [],
|
|
"repair-steps": {
|
|
"install": [],
|
|
"pre-migration": [],
|
|
"post-migration": [],
|
|
"live-migration": [],
|
|
"uninstall": []
|
|
},
|
|
"settings": {
|
|
"admin": [],
|
|
"admin-section": [],
|
|
"personal": [],
|
|
"personal-section": []
|
|
},
|
|
"two-factor-providers": [],
|
|
"types": []
|
|
}
|