CloudronManifest.json 601 B

1234567891011121314151617181920212223
  1. {
  2. "id": "alt.com.github.spacedeck",
  3. "title": "Spacedeck",
  4. "author": "Spacedeck developers",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "A web based, real time, collaborative whiteboard application with rich media support",
  8. "version": "0.0.1",
  9. "healthCheckPath": "/",
  10. "httpPort": 9666,
  11. "addons": {
  12. "localstorage": {},
  13. "sendmail": {}
  14. },
  15. "manifestVersion": 1,
  16. "website": "https://spacedeck.github.com",
  17. "contactEmail": "support@iske.dk",
  18. "icon": "file://whiteboard.png",
  19. "tags": [
  20. "changeme"
  21. ],
  22. "mediaLinks": [ ]
  23. }