Genetic.Family

Genetic.Family

Understand your DNA across AncestryDNA, MyHeritageDNA, 23andMe, FTDNA and GEDmatch. Upload and Share with your Matches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/logo16.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/genetic.family.css",
        "css/jquery-ui.min.css",
        "css/tooltipster.bundle.min.css",
        "css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css",
        "css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css",
        "css/all.min.css"
      ],
      "exclude_matches": [
        "*://apps.wikitree.com/*"
      ],
      "js": [
        "js/libs/jquery-3.3.1.min.js",
        "js/libs/jquery-ui.min.js",
        "js/libs/jquery.disable-autofill.js",
        "js/libs/tooltipster.bundle.min.js",
        "js/libs/lodash.js",
        "js/libs/bootstrap.js",
        "js/defaults.js",
        "js/functions.js",
        "js/PaiThai.js",
        "js/chromosome_browser.js",
        "js/jquery_ext.js",
        "js/api_classes/gf.js",
        "js/site_js/main.js",
        "js/api_classes/gf.js",
        "js/api_classes/ftdna.js",
        "js/api_classes/gedmatch.js",
        "js/api_classes/23andme.js",
        "js/api_classes/ancestry.js",
        "js/api_classes/ancestrybeta.js",
        "js/api_classes/livingdna.js",
        "js/api_classes/myheritage.js",
        "js/api_classes/api_wrapper.js",
        "js/ContentScripts.js"
      ],
      "matches": [
        "*://*.familytreedna.com/*",
        "*://*.ancestry.com/*",
        "*://*.ancestry.com.au/*",
        "*://*.ancestry.co.uk/*",
        "*://*.ancestry.ca/*",
        "*://*.ancestry.de/*",
        "*://*.ancestry.fr/*",
        "*://*.ancestry.it/*",
        "*://*.ancestry.se/*",
        "*://*.gedmatch.com/*",
        "*://*.genesis.gedmatch.com/*",
        "*://*.myheritage.com/*",
        "*://*.myheritage.de/*",
        "*://*.myheritage.fr/*",
        "*://*.myheritage.it/*",
        "*://*.myheritage.se/*",
        "*://*.myheritage.no/*",
        "*://*.myheritage.nl/*",
        "*://*.livingdna.com/*",
        "*://*.wikitree.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Understand your DNA across AncestryDNA, MyHeritageDNA, 23andMe, FTDNA and GEDmatch.  Upload and Share with your Matches.",
  "icons": {
    "16": "img/logo16.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3phxtVI+5YudFfzOIk2NrXgS6SmCuSMOfHyze7TJYIG0LEA+0Sayp0Y3ojY7qphS61QFhWlTGsx0NODg9epH6xirZXZ+19qxknjrHWVFJzFnnjn7gn3+229ggob+stAPvQjamDYKdU2260tN+8mXXJAG7FNpofyA4sumdQLrHUwtjd2kkbiL+WWrsm4A4msMZ7o75CGzz1G1pP6hkIR8aoSkol9/TEWSDKcO38JpMkYmDR8KJSeBjA6KvGIVDmO2ICoQodUngKMy2L0DvaNpAa3YatdrpW+jynjY2HfJ+cLWkJb243XfpIpL/eNlCavmFrG0/JuGbY/TGD5mQlFC3QIDAQAB",
  "manifest_version": 3,
  "name": "Genetic.Family",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "http://*.ancestry.com/*",
    "https://*.ancestry.com/*",
    "http://*.ancestry.co.uk/*",
    "https://*.ancestry.co.uk/*",
    "http://*.ancestry.com.au/*",
    "https://*.ancestry.com.au/*",
    "http://*.ancestry.ca/*",
    "https://*.ancestry.ca/*",
    "http://*.ancestry.de/*",
    "https://*.ancestry.de/*",
    "http://*.ancestry.fr/*",
    "https://*.ancestry.fr/*",
    "http://*.ancestry.it/*",
    "https://*.ancestry.it/*",
    "http://*.ancestry.se/*",
    "https://*.ancestry.se/*",
    "http://*.myheritage.no/*",
    "https://*.myheritage.no/*",
    "http://*.myheritage.nl/*",
    "https://*.myheritage.nl/*",
    "http://*.myheritage.com/*",
    "https://*.myheritage.com/*",
    "http://*.myheritage.de/*",
    "https://*.myheritage.de/*",
    "http://*.myheritage.fr/*",
    "https://*.myheritage.fr/*",
    "http://*.myheritage.it/*",
    "https://*.myheritage.it/*",
    "http://*.myheritage.se/*",
    "https://*.myheritage.se/*",
    "http://*.gedmatch.com/*",
    "https://*.gedmatch.com/*",
    "http://*.dnagedcom.com/*",
    "https://*.dnagedcom.com/*",
    "http://*.genetic.family/*",
    "https://*.genetic.family/*",
    "http://*.wikitree.com/*",
    "https://*.wikitree.com/*",
    "http://*.familytreedna.com/*",
    "https://*.familytreedna.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0.03",
  "web_accessible_resources": [
    {
      "resources": [
        "css/*.css",
        "js/libs/*.js",
        "js/api_classes/*.js",
        "js/*.js",
        "js/site_js/*.js",
        "img/*.png",
        "header.html",
        "webfonts/*.eot",
        "webfonts/*.svg",
        "webfonts/*.ttf",
        "webfonts/*.woff",
        "webfonts/*.woff2",
        "js/site_js/injected_scripts.js"
      ],
      "extension_ids": [],
      "matches": [
        "*://*.familytreedna.com/*",
        "*://*.ancestry.com/*",
        "*://*.ancestry.com.au/*",
        "*://*.ancestry.co.uk/*",
        "*://*.ancestry.ca/*",
        "*://*.ancestry.de/*",
        "*://*.ancestry.fr/*",
        "*://*.ancestry.it/*",
        "*://*.ancestry.se/*",
        "*://*.gedmatch.com/*",
        "*://*.genesis.gedmatch.com/*",
        "*://*.myheritage.com/*",
        "*://*.myheritage.de/*",
        "*://*.myheritage.fr/*",
        "*://*.myheritage.it/*",
        "*://*.myheritage.se/*",
        "*://*.myheritage.no/*",
        "*://*.myheritage.nl/*",
        "*://*.livingdna.com/*",
        "*://*.wikitree.com/*"
      ]
    }
  ]
}