From 0aca4e354195a62e7bc652150de4d95bc234335a Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 31 Dec 2014 18:01:59 +0100 Subject: [PATCH] [enh] new manifest specs --- manifest.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 868d894..1b01812 100644 --- a/manifest.json +++ b/manifest.json @@ -5,16 +5,17 @@ "en": "Sync & share your files, pictures, music, contacts, calendars, and much more !", "fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !" }, - "developer": { + "url": "http://owncloud.org", + "maintainer": { "name": "kload", - "email": "kload@kload.fr", - "url": "http://owncloud.org" + "email": "kload@kload.fr" }, "multi_instance": "true", "arguments": { "install" : [ { "name": "domain", + "type": "domain", "ask": { "en": "Choose a domain for Owncloud" }, @@ -22,6 +23,7 @@ }, { "name": "path", + "type": "path", "ask": { "en": "Choose a path for Owncloud" }, @@ -30,6 +32,7 @@ }, { "name": "admin", + "type": "user", "ask": { "en": "Choose the Owncloud administrator (must be an existing YunoHost user)" }, -- 2.0.0