diff options
author | zefanja <zefanja@freenet.de> | 2013-07-17 12:49:42 +0200 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2013-07-17 12:49:42 +0200 |
commit | f544c16ffca8008d9bae5a464cae4f38017aa9e8 (patch) | |
tree | d49f785d175b3727e0e1e24fc5b46663e83695de /manifest.webapp | |
parent | 1ee45c70e15c84f354dd97b600f2d1777f48abad (diff) | |
download | biblez-ng-f544c16ffca8008d9bae5a464cae4f38017aa9e8.tar.gz |
* implement basic UI
Diffstat (limited to 'manifest.webapp')
-rw-r--r-- | manifest.webapp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifest.webapp b/manifest.webapp index f705244..2e7ae68 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,7 +1,7 @@ { - "name": "swordJS Demo", - "description": "A demo app to show the status of sword.js", - "launch_path": "/", + "name": "BibleZ Debug", + "description": "Read and study the Bible!", + "launch_path": "/debug.html", "icons": { "128": "/assets/biblez128.png" }, @@ -10,6 +10,7 @@ "url": "http://zefanjas.de" }, "default_locale": "en", + "type": "privileged", "permissions": { "systemXHR": {} } |