Ancestry Match Downloader

Ancestry Match Downloader

Download Ancestry DNA Match Information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ancestry Match Downloader",
  "description": "Download Ancestry DNA Match Information",
  "version": "0.1.4",
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "AncestryDNA Data Downloader"
  },
  "background": {
    "scripts": [
      "mybackground.js"
    ]
  },
  "web_accessible_resources": [
    "page.html"
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "https://www.ancestry.com/"
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}