aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.deploy
blob: 829bc1651308aca7851975066576e085bd2e2a93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "BibleZ",
    "description": "Read and study the Bible!",
    "launch_path": "/index.html",
    "icons": {
        "128": "/assets/biblez128.png"
    },
    "developer": {
        "name": "zefanjas",
        "url": "http://zefanjas.de"
    },
    "default_locale": "en",
    "type": "privileged",
    "permissions": {
        "systemXHR": {
            "description": "Required to download CrossWire's bible modules"
        }
    }
}