Quotes of God

Quotes of God

You asked. we listened! Since our release of Quotes of God, we at Code for Christ has been hard at work to release an update of our…

Merlin
Additional files are visible only to premium users

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.13",
  "version_name": "13",
  "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",
    "alarms",
    "storage",
    "identity"
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {},
  "oauth2": {
    "scopes": [],
    "client_id": "672161052594.apps.googleusercontent.com"
  },
  "arc_metadata": {
    "apkList": [
      "Quotes of God_com.cfc.biblequotes_13_13.apk"
    ],
    "enableExternalDirectory": false,
    "formFactor": "tablet",
    "name": "Quotes of God",
    "orientation": "landscape",
    "packageName": "com.cfc.biblequotes"
  }
}