See, hear, and learn from the free Holy Bible. With multiple versions of all of your favorite Bibles, you have on-the-go access to…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_extName__",
"default_locale": "en",
"manifest_version": 2,
"minimum_chrome_version": "41",
"version": "0.42",
"version_name": "2.2.2.0",
"offline_enabled": true,
"app": {
"background": {
"page": "app_main.html"
}
},
"icons": {
"16": "icon.png",
"128": "icon.png"
},
"permissions": [
{
"fileSystem": [
"write"
]
},
{
"socket": [
"tcp-connect",
"tcp-listen",
"udp-bind",
"udp-send-to",
"resolve-host"
]
},
"unlimitedStorage",
"notifications",
"clipboardRead",
"accessibilityFeatures.read",
"https://clients2.google.com/",
"clipboardWrite",
"identity.email",
"alarms",
"storage",
"identity"
],
"requirements": {
"3D": {
"features": [
"webgl"
]
}
},
"import": [
{
"id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
}
],
"file_handlers": {},
"oauth2": {
"scopes": [],
"client_id": "672161052594.apps.googleusercontent.com"
},
"arc_metadata": {
"apkList": [
"CFCBible.apk"
],
"enableExternalDirectory": false,
"formFactor": "tablet",
"name": "Holy Bible",
"orientation": "landscape",
"packageName": "com.cfc.bible",
"usePlayServices": [
"plus"
]
}
}