KXL Klien/Jastrow Dictionary (sefaria)

KXL Klien/Jastrow Dictionary (sefaria)

Provides access to the sefaria dictionary from chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KXL Klien/Jastrow Dictionary (sefaria)",
  "version": "1.1.3",
  "permissions": [
    "activeTab",
    "clipboardRead",
    "declarativeContent",
    "https://www.sefaria.org/*",
    "storage"
  ],
  "description": "Provides access to the sefaria dictionary from chrome.",
  "background": {
    "scripts": [
      "js/jquery-3.5.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Klien/Jastrow Dictionary",
    "default_popup": "js/action/popup.html",
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 2
}