Jesus Quotes

Jesus Quotes

Random quote from Jesus on each new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jesus Quotes",
  "description": "Random quote from Jesus on each new tab.",
  "version": "0.0.2",
  "author": "@haydmills",
  "chrome_url_overrides": {
    "newtab": "customNewTab.html"
  },
  "permissions": [
    "http://api.forismatic.com/"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}