Bible Verse of the Day

Bible Verse of the Day

Open a new verse of the day artwork every day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bible Verse of the Day",
  "icons": {
    "128": "faithlife.png"
  },
  "version": "1.2",
  "description": "Open a new verse of the day artwork every day.",
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "author": "Nate Smoyer, Joshua Starkey, Dustin Masters"
}