Top Scripture Bible Verse Toolbar

Top Scripture Bible Verse Toolbar

A free bible verse notification bar on a timer to keep God's Word in your busy working life

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Top Scripture Bible Verse Toolbar",
  "version": "1.2.1",
  "description": "A free bible verse notification bar on a timer to keep God's Word in your busy working life",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/19x19.png",
    "default_title": "TopScripture Bible Verse"
  },
  "options_page": "settings/settings.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "web_accessible_resources": [
    "img/sprite.png",
    "img/[email protected]",
    "img/slightly-textured-trans.png"
  ]
}