Family Tree Validator

Family Tree Validator

Ensure that the information in your family's tree on FamilySearch is correct and complete. Validator makes it quick and easy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Robert Scott, Find My Roots Consulting",
  "name": "Family Tree Validator",
  "description": "Ensure that the information in your family's tree on FamilySearch is correct and complete.  Validator makes it quick and easy.",
  "version": "24.04.0",
  "version_name": "24.04.0 (05/04/2024)",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXt4qg5k2FIR7krLyIL0ifWaT7I+jgtjU8kjOpPc6Rc2ZDmCxWYwGXgkf5WnPiX+zVIyCRYmRqaM/Q89rvLcsyAmSqo1VRVxnKFUBIpsPFIaBcKqQYN3FaA1FvPrWgwDyjj2FTd+BOIuyLbcxWb6xxdS4q1cewhzw0lBaO03abVC96JZRqN7KxjhfNUhE47nTOT6Waxw9TWerUkcdvtdOYClv6+uafpdLnDklKEKeOYDAw1NadphJRXiChKKkSEFIvJiP99VRnGRflOhhZNIANuW1CYgQa82kvcTafoUi3tsYOtbgBquP14Qy0G8iOMC+GmukfhLvePyqr83geYerwIDAQAB",
  "icons": {
    "16": "icons/16p.png",
    "32": "icons/32p.png",
    "48": "icons/48p.png",
    "64": "icons/64p.png",
    "128": "icons/128p.png"
  },
  "background": {
    "service_worker": "vBackground.js"
  },
  "options_page": "vOptions.html",
  "action": {
    "default_popup": "vPopup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://FTValidatorDB/*",
    "https://www.familysearch.org/*",
    "https://findmyroots.tech/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.ftv"
      ],
      "matches": [],
      "extension_ids": []
    }
  ]
}