You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

indie.json 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "ownCloud",
  3. "icons": [
  4. {
  5. "src": "https://raw.githubusercontent.com/owncloud/www/master/assets/img/common/owncloud-square-logo.png",
  6. "sizes": "500x500",
  7. "type": "image/png",
  8. "density": "1"
  9. },
  10. {
  11. "src": "core/img/favicon-touch.png",
  12. "sizes": "128x128",
  13. "type": "image/png",
  14. "density": "1"
  15. },
  16. {
  17. "src": "core/img/favicon.png",
  18. "sizes": "32x32",
  19. "type": "image/png",
  20. "density": "1"
  21. }
  22. ],
  23. "start_url": "/",
  24. "display": "fullscreen",
  25. "orientation": "landscape",
  26. "short_description": "sync & share your stuff",
  27. "description": "ownCloud gives you web services under your control. It is a self-hosted open source platform with file sync & sharing at its core and available clients for desktop and mobile. The web frontend has apps for Pictures, Calendar, Contacts, News/RSS, Bookmarks, Notes, Music and much more via an open app platform.",
  28. "license": "AGPLv3",
  29. "license_url": "https://raw.githubusercontent.com/owncloud/core/master/COPYING-AGPL",
  30. "source_url": "https://github.com/owncloud/core",
  31. "version": "7.0.0",
  32. "developer": {
  33. "name": "ownCloud Inc.",
  34. "url": "https://owncloud.org"
  35. },
  36. "wikipedia_url": "https://wikipedia.org/wiki/ownCloud",
  37. "default_locale": "en",
  38. "protocols": [
  39. "SSL/TLS",
  40. "WebDAV",
  41. "CalDAV",
  42. "CardDAV",
  43. "Ampache",
  44. "RSS"
  45. ],
  46. "categories": [
  47. {
  48. "name": "BSD",
  49. "subcategories": [
  50. "Files",
  51. "Sync",
  52. "Calendar",
  53. "Contacts",
  54. "News",
  55. "Notes"
  56. ]
  57. },
  58. {
  59. "name": "GNU/Linux",
  60. "subcategories": [
  61. "Files",
  62. "Sync",
  63. "Calendar",
  64. "Contacts",
  65. "News",
  66. "Notes"
  67. ]
  68. },
  69. {
  70. "name": "OS X",
  71. "subcategories": [
  72. "Files",
  73. "Sync",
  74. "Calendar",
  75. "Contacts",
  76. "News",
  77. "Notes"
  78. ]
  79. },
  80. {
  81. "name": "Windows",
  82. "subcategories": [
  83. "Files",
  84. "Sync",
  85. "Calendar",
  86. "Contacts",
  87. "News",
  88. "Notes"
  89. ]
  90. }
  91. ]
  92. }