aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.deploy
blob: 1889856d56b3cb7540ac8c21fc7e04726f5fe953 (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
24
25
{
    "name": "BibleZ",
    "version": "1.3.10",
    "description": "BibleZ is an easy to use offline bible reader app for your FirefoxOS device! 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": "/index.html",
    "icons": {
        "32": "/assets/biblez32.png",
        "60": "/assets/biblez60.png",
        "90": "/assets/biblez90.png",
        "128": "/assets/biblez128.png",
        "256": "/assets/biblez256.png",
        "512": "/assets/biblez512.png"
    },
    "developer": {
        "name": "zefanjas",
        "url": "http://zefanjas.de"
    },
    "default_locale": "en",
    "type": "privileged",
    "permissions": {
        "systemXHR": {
            "description": "Required to download CrossWire's bible modules"
        }
    }
}