Hope Chest

Hope Chest

Searches your family tree.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "/css/jquery-ui-1.10.4.custom.css"
      ],
      "exclude_globs": [
        "*view=ordinance*"
      ],
      "matches": [
        "https://familysearch.org/tree*",
        "https://www.familysearch.org/tree*"
      ]
    },
    {
      "all_frames": false,
      "css": [
        "/css/custom.css"
      ],
      "exclude_globs": [
        "*view=ordinance*"
      ],
      "js": [
        "/js/jquery-3.4.1.min.js",
        "/js/jquery.simplemodal-1.4.4.js",
        "/js/jquery-ui-1.12.1.min.js",
        "/js/guiders-1.3.0.js",
        "/js/uuid.js",
        "/js/contentscript.js"
      ],
      "matches": [
        "https://familysearch.org/*",
        "https://www.familysearch.org/*"
      ]
    }
  ],
  "description": "Searches your family tree.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCu5fMvG3v2Prq4FUkwoPSRMsIBX4m67jmv2ngIVwEa0gNw9WKP4Nnytq0khzbkfIv+kiWKM9YPM16Wl9EB3HNlw2y/u17GnZCSETrS+Nql5DZUC6brUfHin+kLyFFkPii4Cb/ZrOqRjBTO3KkJDq5Xx5rNFp7ji7/u6Gvyf9Q9ZQIDAQAB",
  "manifest_version": 2,
  "name": "Hope Chest",
  "page_action": {
    "default_icon": {
      "19": "/images/19.png",
      "38": "/images/38.png"
    },
    "default_popup": "src/popup.html",
    "default_title": "Hope Chest",
    "scripts": [
      "/js/jquery-3.4.1.min.js",
      "/js/chromedb.js",
      "/js/db.js",
      "/js/popup.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "https://familysearch.org/*",
    "https://www.familysearch.org/*",
    "https://hopechestsoftware.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "11.0.8",
  "web_accessible_resources": [
    "/images/log.png",
    "/images/Stop.png",
    "/images/Pause.png",
    "/images/Play.png",
    "/images/PlayBack.png",
    "/images/overlay-play.png",
    "/images/logo.png",
    "/images/shot.png",
    "/images/up.png",
    "/images/48.png",
    "/images/128.png",
    "/images/24.png",
    "/images/24-closed.png",
    "/images/ancestors.png",
    "/images/posterity.png",
    "/images/green-check.png",
    "/images/Gear-icon.png",
    "/images/ui-icons_056b93_256x240.png",
    "/images/ui-icons_d8e7f3_256x240.png",
    "/images/SyncLoader.gif",
    "/src/settings.html",
    "/images/ui-bg_inset-hard_100_fcfdfd_1x100.png",
    "/images/ui-icons_0078ae_256x240.png",
    "/images/ui-icons_d8e7f3_256x240.png",
    "/images/ui-bg_gloss-wave_75_2191c0_500x100.png"
  ]
}