Bible Matters

Bible Matters

Type 'bible', click tab and then type a search term to show results in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bible Matters",
  "description": "Type 'bible', click tab and then type a search term to show results in new tab.",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "bible"
  },
  "action": {
    "default_icon": {
      "16": "shb16.png",
      "32": "shb32.png"
    }
  },
  "icons": {
    "16": "shb16.png",
    "32": "shb32.png",
    "48": "shb48.png",
    "128": "shb128.png"
  }
}