Daily Bible Verse

Daily Bible Verse

Your new tab is now replaced with a daily Bible verse and background image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Daily Verse",
  "name": "Daily Bible Verse",
  "version": "1.0.3",
  "description": "Your new tab is now replaced with a daily Bible verse and background image.",
  "author": "Luke Vo",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png",
    "256": "img/icon-256.png",
    "512": "img/icon-512.png"
  },
  "homepage_url": "http://dailybibleverse.lukevo.faith",
  "permissions": [
    "http://dailybibleverse.lukevo.faith/*",
    "https://dailybibleverse.lukevo.faith/*",
    "https://www.biblegateway.com/*",
    "storage"
  ]
}