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 | |
parent | 6780ce20e0d986ba0aca8ba267106f949727ad81 (diff) | |
download | biblez-ng-cfd01d12bda8742a18f4fccc52e5e5fdb0aeabf0.tar.gz |
* added new manifest and appcache file
-rw-r--r-- | biblez.appcache | 53 | ||||
-rw-r--r-- | manifest.desktop | 20 |
2 files changed, 73 insertions, 0 deletions
diff --git a/biblez.appcache b/biblez.appcache new file mode 100644 index 0000000..4304abc --- /dev/null +++ b/biblez.appcache @@ -0,0 +1,53 @@ +CACHE MANIFEST +# v1 - 2014-01-06 +CACHE: +app.js +icon.png +index.html +assets/add.png +assets/back.png +assets/biblez128.png +assets/biblez256.png +assets/bookmark.png +assets/bookmarks.png +assets/bookmarksTB.png +assets/checkmark.png +assets/clock.png +assets/delete.png +assets/facebook_32.png +assets/font.png +assets/footnote.png +assets/forward.png +assets/highlight.png +assets/highlights.png +assets/highlightsTB.png +assets/history.png +assets/info.png +assets/menu.png +assets/modules.png +assets/note.png +assets/notes.png +assets/notesTB.png +assets/notesTB2.png +assets/oldPaper.png +assets/search.png +assets/settings.png +assets/twitter_32.png +build/app.css +build/app.js +build/enyo.css +build/enyo.js +lib/onyx/images/checkbox.png +lib/onyx/images/close-active.png +lib/onyx/images/close-inactive.png +lib/onyx/images/grabbutton.png +lib/onyx/images/gradient.png +lib/onyx/images/gradient-invert.png +lib/onyx/images/more.png +lib/onyx/images/progress-button-cancel.png +lib/onyx/images/search-input-cancel.png +lib/onyx/images/search-input-search.png +lib/onyx/images/slider-handle.png +lib/onyx/images/spinner-dark.gif +lib/onyx/images/spinner-light.gif +lib/sword/sword.min.js
\ No newline at end of file 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 |