diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/cards.apd | 3 | ||||
-rw-r--r-- | app/channel.apd | 3 | ||||
-rw-r--r-- | app/chat.apd | 3 | ||||
-rw-r--r-- | app/sources.apd | 3 | ||||
-rw-r--r-- | app/uexport.apd | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/app/cards.apd b/app/cards.apd index 780f71e75..00cfa05a8 100644 --- a/app/cards.apd +++ b/app/cards.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/cards/$nick name: Cards requires: local_channel photo: icon:list categories: nav_featured_app, Productivity +desc: Create interactive personal planning cards. diff --git a/app/channel.apd b/app/channel.apd index d48266c95..db453d6f1 100644 --- a/app/channel.apd +++ b/app/channel.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/channel/$nick, $baseurl/settings/channel_home requires: local_channel name: Channel Home photo: icon:home categories: nav_featured_app, Personal +desc: Your channel homepage featuring your personal posts. diff --git a/app/chat.apd b/app/chat.apd index 627c62d12..cac192ab2 100644 --- a/app/chat.apd +++ b/app/chat.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/chat/$nick requires: local_channel name: Chatrooms photo: icon:comments-o categories: Productivity +desc: Access controlled personal chatrooms. diff --git a/app/sources.apd b/app/sources.apd index deeeae0a2..d3a43dd04 100644 --- a/app/sources.apd +++ b/app/sources.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/sources requires: local_channel name: Channel Sources photo: icon:commenting-o categories: Networking +desc: Import channel content from other channels or feeds. diff --git a/app/uexport.apd b/app/uexport.apd index 773d74429..25cd91549 100644 --- a/app/uexport.apd +++ b/app/uexport.apd @@ -1,6 +1,7 @@ -version: 2 +version: 3 url: $baseurl/uexport requires: local_channel name: Channel Export photo: icon:download categories: Personal, System +desc: Export your channel. |