Scripture Search Box

Scripture Search Box

Search box for easily searching LDS scriptures

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "3.0",
  "description": "__MSG_extDesc__",
  "icons": {
    "128": "books-icon-128.png"
  },
  "action": {
    "default_icon": "books-icon-32.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "poppie.html"
  },
  "host_permissions": [
    "https://www.churchofjesuschrist.org/"
  ],
  "default_locale": "en"
}