Open Bible Search

Open Bible Search

Adds Omnibox support for querying Open Bible Search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortname__",
  "version": "0.1.0",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://www.openbiblesearch.com/",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "omnibox": {
    "keyword": "bible"
  },
  "offline_enabled": false,
  "permissions": [
    "contextMenus",
    "tabs",
    "http://www.openbiblesearch.com/"
  ]
}