summaryrefslogtreecommitdiffstats
path: root/web-gui/login/Manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'web-gui/login/Manifest.json')
-rw-r--r--web-gui/login/Manifest.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/web-gui/login/Manifest.json b/web-gui/login/Manifest.json
new file mode 100644
index 0000000..247562e
--- /dev/null
+++ b/web-gui/login/Manifest.json
@@ -0,0 +1,34 @@
+{
+ "info" :
+ {
+ "name" : "login",
+
+ "summary" : "Custom Application",
+ "description" : "This is a skeleton for a custom application with qooxdoo.",
+
+ "homepage" : "http://some.homepage.url/",
+
+ "license" : "SomeLicense",
+ "authors" :
+ [
+ {
+ "name" : "First Author (uid)",
+ "email" : "first.author@some.domain"
+ }
+ ],
+
+ "version" : "trunk",
+ "qooxdoo-versions": ["1.1"]
+ },
+
+ "provides" :
+ {
+ "namespace" : "login",
+ "encoding" : "utf-8",
+ "class" : "source/class",
+ "resource" : "source/resource",
+ "translation" : "source/translation",
+ "type" : "application"
+ }
+}
+