Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-30 00:03:24 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-30 00:03:24 +0400
commitda3bcfabc7c1b927c40764ae3cc60e00bdcb44a4 (patch)
treed9e742c1f38df4dd01db2e5a09e01399b6ec421b /indie.json
parentebf93448f23ea1fa4d4614cc07d4fdeda8953380 (diff)
add indie.json for Indie App Store listing
Diffstat (limited to 'indie.json')
-rw-r--r--indie.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/indie.json b/indie.json
new file mode 100644
index 00000000000..bb3fcb96691
--- /dev/null
+++ b/indie.json
@@ -0,0 +1,92 @@
+{
+ "name": "ownCloud",
+ "icons": [
+ {
+ "src": "https://raw.githubusercontent.com/owncloud/www/master/assets/img/common/owncloud-square-logo.png",
+ "sizes": "500x500",
+ "type": "image/png",
+ "density": "1"
+ },
+ {
+ "src": "core/img/favicon-touch.png",
+ "sizes": "128x128",
+ "type": "image/png",
+ "density": "1"
+ },
+ {
+ "src": "core/img/favicon.png",
+ "sizes": "32x32",
+ "type": "image/png",
+ "density": "1"
+ }
+ ],
+ "start_url": "/",
+ "display": "fullscreen",
+ "orientation": "landscape",
+ "short_description": "sync & share your stuff",
+ "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.",
+ "license": "AGPLv3",
+ "license_url": "https://raw.githubusercontent.com/owncloud/core/master/COPYING-AGPL",
+ "source_url": "https://github.com/owncloud/core",
+ "version": "7.0.0",
+ "developer": {
+ "name": "ownCloud Inc.",
+ "url": "https://owncloud.org"
+ },
+ "wikipedia_url": "https://wikipedia.org/wiki/ownCloud",
+ "default_locale": "en",
+ "protocols": [
+ "SSL/TLS",
+ "WebDAV",
+ "CalDAV",
+ "CardDAV",
+ "Ampache",
+ "RSS"
+ ],
+ "categories": [
+ {
+ "name": "BSD",
+ "subcategories": [
+ "Files",
+ "Sync",
+ "Calendar",
+ "Contacts",
+ "News",
+ "Notes"
+ ]
+ },
+ {
+ "name": "GNU/Linux",
+ "subcategories": [
+ "Files",
+ "Sync",
+ "Calendar",
+ "Contacts",
+ "News",
+ "Notes"
+ ]
+ },
+ {
+ "name": "OS X",
+ "subcategories": [
+ "Files",
+ "Sync",
+ "Calendar",
+ "Contacts",
+ "News",
+ "Notes"
+ ]
+ },
+ {
+ "name": "Windows",
+ "subcategories": [
+ "Files",
+ "Sync",
+ "Calendar",
+ "Contacts",
+ "News",
+ "Notes"
+ ]
+ }
+ ]
+}