Bahá'í Reference Library Wiki Overlay

Bahá'í Reference Library Wiki Overlay

Overlays Bahá'í Reference Library site with links to wiki pages of quotations and resources for a given work or paragraph

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "author": "Brett Zamir",
  "version": "1.1.0",
  "homepage_url": "https://github.com/brettz9/bahai-reference-library-wiki-overlay",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Bahá'í Reflib Search",
    "default_popup": "search.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bahai.org/*",
        "https://www.bahai.org/*"
      ],
      "js": [
        "polyfills/browser-polyfill.js",
        "data/wikiOverlay.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://bahai.org/*",
        "https://www.bahai.org/*"
      ],
      "resources": [
        "data/vendor/jamilih/jml-es-noinnerh.js",
        "data/addParagraphClickListener.js",
        "data/getSite.js",
        "data/getSites.js",
        "data/Writings-behavior-map.js",
        "data/vendor/tippy.js/tippy.esm.js",
        "data/vendor/bahai-reflib-data/src/index-browser.js",
        "data/vendor/bahai-reflib-data/src/getData.js",
        "data/vendor/bahai-reflib-data/src/pathInfo.js",
        "data/vendor/bahai-reflib-data/src/index.js",
        "data/vendor/bahai-reflib-data/src/data/ids-to-works-sections-and-paragraphs-fa.json",
        "data/vendor/bahai-reflib-data/src/data/ids-to-works-sections-and-paragraphs.json",
        "data/vendor/bahai-reflib-data/src/data/collections.json",
        "data/vendor/bahai-reflib-data/src/data/collections-fa.json",
        "data/vendor/bahai-reflib-data/src/data/works.json",
        "data/vendor/bahai-reflib-data/src/data/works-fa.json",
        "data/vendor/bahai-reflib-data/src/data/sections.json",
        "data/vendor/bahai-reflib-data/src/data/sections-fa.json"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-ySOiEX15dyVpuWRhvsrdHdR04w0@jetpack",
      "strict_min_version": "111.0.1"
    }
  }
}