0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/tests/data/app/various-single-item.json
Joas Schilling 220bd3422f
fix(appinfo): Make sure screenshot, author and category are always arrays
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-28 08:46:31 +01:00

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": []
}