various-single-item.json 906 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "id": "notifications",
  3. "name": "Notifications",
  4. "description": "A single screenshot should be an array",
  5. "version": "1.0.0",
  6. "licence": "agpl",
  7. "author": [
  8. "Joas Schilling"
  9. ],
  10. "dependencies": {
  11. "nextcloud": {
  12. "@attributes": {
  13. "min-version": "16",
  14. "max-version": "16"
  15. }
  16. },
  17. "backend": []
  18. },
  19. "screenshot": [
  20. "https://raw.githubusercontent.com/nextcloud/notifications/refs/heads/master/docs/screenshot.png"
  21. ],
  22. "category": [
  23. "monitoring"
  24. ],
  25. "info": [],
  26. "background-jobs": [],
  27. "activity": {
  28. "filters": [],
  29. "settings": [],
  30. "providers": []
  31. },
  32. "commands": [],
  33. "remote": [],
  34. "public": [],
  35. "repair-steps": {
  36. "install": [],
  37. "pre-migration": [],
  38. "post-migration": [],
  39. "live-migration": [],
  40. "uninstall": []
  41. },
  42. "settings": {
  43. "admin": [],
  44. "admin-section": [],
  45. "personal": [],
  46. "personal-section": []
  47. },
  48. "two-factor-providers": [],
  49. "types": []
  50. }