Scripture Tagger

Scripture Tagger

A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scripture Tagger",
  "version": "1.0.3",
  "manifest_version": 2,
  "description": "A Chrome Extension to automatically tag scripture references using Logos Bible Software's RefTagger tool.",
  "icons": {
    "16": "lincoln_bible16.png",
    "48": "lincoln_bible48.png",
    "128": "lincoln_bible128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "lincoln_bible32.png",
      "38": "lincoln_bible48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "http://*/*"
  ]
}