Daily Bible Verse

Daily Bible Verse

The most beautiful daily bible verse plugin. Select a reading plans, read the verse whenever you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Daily Bible Verse",
  "description": "The most beautiful daily bible verse plugin.  Select a reading plans, read the verse whenever you open a new tab.",
  "permissions": [
    "storage",
    "http://biblereadingplans.herokuapp.com/verses",
    "http://localhost:3000/verses",
    "http://localhost:3001/verses"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "version": "2.1.1",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "web_accessible_resources": [
    "reading_plan.js",
    "jqmeter.min.js",
    "circle-progress.js"
  ],
  "manifest_version": 2
}