CloudronManifest.json 463 B

12345678910111213141516171819202122
  1. {
  2. "id": "dk.tum.superdeskalt",
  3. "title": "Superdesk",
  4. "author": "jjk",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "Superdesk",
  8. "version": "1.0.0",
  9. "healthCheckPath": "/",
  10. "httpPort": 3000,
  11. "addons": {
  12. "localstorage": {}
  13. },
  14. "manifestVersion": 1,
  15. "website": "https://superdesk.tum.dk",
  16. "contactEmail": "jjk@iske.dk",
  17. "icon": "logo.png",
  18. "tags": [
  19. "superdesk"
  20. ],
  21. "mediaLinks": [ ]
  22. }