Body of Christ Teachings and Sermons

Body of Christ Teachings and Sermons

The Body of Christ App is a lightweight view of a larger web application located at https://www.thebodyofchrist.us Join a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Body of Christ Teachings and Sermons",
  "version": "2.2",
  "permissions": [
    "webview"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  }
}