diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 23:42:38 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 23:42:38 +0200 |
commit | b462795be297f2428c70d5e6a657c04125b028ec (patch) | |
tree | 60c4f0c0012ec463939f732c6b6f4ee2a3a13b59 /apps/bookmarks/appinfo | |
parent | 565e02d061001524658b0ff0c722e4eac0b657ba (diff) | |
download | nextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.tar.gz nextcloud-server-b462795be297f2428c70d5e6a657c04125b028ec.zip |
added a nice API to get the installes Apps with names, urls and icon from the outside.
This is useful for some nice upcoming desktop and mobile integration
Diffstat (limited to 'apps/bookmarks/appinfo')
-rw-r--r-- | apps/bookmarks/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/bookmarks/appinfo/info.xml b/apps/bookmarks/appinfo/info.xml index 39779483d85..4dbb74bb767 100644 --- a/apps/bookmarks/appinfo/info.xml +++ b/apps/bookmarks/appinfo/info.xml @@ -5,5 +5,6 @@ <description>Bookmark manager for ownCloud</description> <licence>AGPL</licence> <author>Arthur Schiwon, Marvin Thomas Rabe</author> + <standalone/> <require>2</require> -</info>
\ No newline at end of file +</info> |