blob: 1bae970978c9ca88a7994135da3e58e08afcdd4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "BibleZ Debug",
"version": "1.0",
"description": "BibleZ is an easy to use offline bible reader app for your FirefoxOS device! Enjoy the full bible at your fingertips! Features: * many available bibles in different languages (e.g. ESV, KJV, NET (free version), ...) * notes * bookmarks * highlights * history of last read scriptures * no internet connection required (only for downloading modules). 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 info@zefanjas.de!",
"launch_path": "/debug.html",
"icons": {
"128": "/assets/biblez128.png"
},
"developer": {
"name": "zefanjas",
"url": "http://zefanjas.de"
},
"default_locale": "en",
"type": "privileged",
"permissions": {
"storage": {
"description": "Avoid IndexedDB quota Warning"
},
"systemXHR": {
"description": "Required to download CrossWire's bible modules"
}
}
}
|