MedBetterWTHAY

MedBetterWTHAY

View popup info on Ancestry family tree search listings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MedBetterWTHAY",
  "short_name": "MedBetterWTHAY",
  "author": "Michael Devore",
  "version": "2.0",
  "manifest_version": 2,
  "minimum_chrome_version": "56",
  "description": "View popup info on Ancestry family tree search listings",
  "content_scripts": [
    {
      "matches": [
        "http://www.ancestry.com/family-tree/tree/*/*",
        "https://www.ancestry.com/family-tree/tree/*/*",
        "http://www.ancestry.com.au/family-tree/tree/*/*",
        "https://www.ancestry.com.au/family-tree/tree/*/*",
        "http://www.ancestry.ca/family-tree/tree/*/*",
        "https://www.ancestry.ca/family-tree/tree/*/*",
        "http://www.ancestry.co.uk/family-tree/tree/*/*",
        "https://www.ancestry.co.uk/family-tree/tree/*/*",
        "http://www.ancestry.com/family-tree/person/tree/*",
        "https://www.ancestry.com/family-tree/person/tree/*",
        "http://www.ancestry.com.au/family-tree/person/tree/*",
        "https://www.ancestry.com.au/family-tree/person/tree/*",
        "https://www.ancestry.ca/family-tree/person/tree/*",
        "http://www.ancestry.co.uk/family-tree/person/tree/*",
        "https://www.ancestry.co.uk/family-tree/person/tree/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "MedBetterWTHAY.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://www.ancestry.com/family-tree/tree/*/*",
    "https://www.ancestry.com/family-tree/tree/*/*",
    "http://www.ancestry.com.au/family-tree/tree/*/*",
    "https://www.ancestry.com.au/family-tree/tree/*/*",
    "http://www.ancestry.ca/family-tree/tree/*/*",
    "https://www.ancestry.ca/family-tree/tree/*/l*",
    "http://www.ancestry.co.uk/family-tree/tree/*/*",
    "https://www.ancestry.co.uk/family-tree/tree/*/*",
    "http://www.ancestry.com/family-tree/person/tree/*",
    "https://www.ancestry.com/family-tree/person/tree/*",
    "http://www.ancestry.com.au/family-tree/person/tree/*",
    "https://www.ancestry.com.au/family-tree/person/tree/*",
    "http://www.ancestry.ca/family-tree/person/tree/*",
    "https://www.ancestry.ca/family-tree/person/tree/*",
    "http://www.ancestry.co.uk/family-tree/person/tree/*",
    "https://www.ancestry.co.uk/family-tree/person/tree/*"
  ],
  "icons": {
    "16": "person16.png",
    "48": "person48.png",
    "128": "person128.png"
  }
}