Bible Verses

Bible Verses

The Bible is the most popular book in the world. This browser extension randomly displays verses of this incredible book.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bible Verses",
  "version": "0.0.1",
  "description": "The Bible is the most popular book in the world. This browser extension randomly displays verses of this incredible book.",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Bible Verses",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}