Ancestry DNA Paths (beta)

Ancestry DNA Paths (beta)

Highlight DNA inheritance patterns on Ancestry.com family trees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://www.ancestry.com/family-tree/tree/*",
        "*://www.ancestry.co.uk/family-tree/tree/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "DNA_paths_icon.png",
    "default_popup": "popup.html",
    "default_title": "Ancestry DNA Paths"
  },
  "description": "Highlight DNA inheritance patterns on Ancestry.com family trees.",
  "manifest_version": 2,
  "name": "Ancestry DNA Paths (beta)",
  "version": "1.3",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}