diff options
author | zefanja <zefanja@freenet.de> | 2014-01-06 10:28:52 +0700 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2014-01-06 10:28:52 +0700 |
commit | cfd01d12bda8742a18f4fccc52e5e5fdb0aeabf0 (patch) | |
tree | e17f03b5b9ef4b1b91f40ef77725bd7d75378d5a /manifest.desktop | |
parent | 6780ce20e0d986ba0aca8ba267106f949727ad81 (diff) | |
download | biblez-ng-cfd01d12bda8742a18f4fccc52e5e5fdb0aeabf0.tar.gz |
* added new manifest and appcache file
Diffstat (limited to 'manifest.desktop')
-rw-r--r-- | manifest.desktop | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.desktop b/manifest.desktop new file mode 100644 index 0000000..766aa86 --- /dev/null +++ b/manifest.desktop @@ -0,0 +1,20 @@ +{ + "name": "BibleZ Beta", + "version": "1.0.1", + "description": "BibleZ is an easy to use offline bible reader app for your Firefox! Enjoy the full bible at your fingertips. <b>Features:</b> <ul><li>many available bibles in different languages (e.g. ESV, KJV, NET (free version), ...)</li><li>notes</li><li>bookmarks</li><li>highlights</li><li>history of last read scriptures</li><li>no internet connection required (only for downloading modules)</li></ul> BibleZ is based on the SWORD Project (http://crosswire.org) and licenced under GPLv3. If you have any problems with this app just send an eMail to <a href:mailto:info@zefanjas.de>info@zefanjas.de</a>!", + "launch_path": "/biblez-ng/app/index.html", + "icons": { + "32": "/biblez-ng/app/assets/biblez32.png", + "60": "/biblez-ng/app/assets/biblez60.png", + "90": "/biblez-ng/app/assets/biblez90.png", + "128": "/biblez-ng/app/assets/biblez128.png", + "256": "/biblez-ng/app/assets/biblez256.png", + "512": "/biblez-ng/app/assets/biblez512.png" + }, + "developer": { + "name": "zefanjas", + "url": "http://zefanjas.de" + }, + "default_locale": "en", + "appcache_path": "/biblez-ng/app/biblez.appcache" +}
\ No newline at end of file |