Random Bible Verse Generator

Use the random Bible verse generator to find inspiration and wisdom anytime. Instantly generate a Bible verse in just one click.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "version": "0.4.2",
  "permissions": [
    "storage",
    "sidePanel"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png",
    "256": "256.png",
    "512": "512.png"
  },
  "side_panel": {
    "default_path": "side-panel-random-generator/index.html"
  }
}