HolyBibleQuotes

HolyBibleQuotes

Holy Bible Quotes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HolyBibleQuotes",
  "short_name": "BibleQuotes",
  "version": "0.0.6",
  "description": "Holy Bible Quotes",
  "omnibox": {
    "keyword": "Holy Bible Quotes"
  },
  "homepage_url": "https://holybiblequotes.com/",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "icons/storeicon.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}