GEDmatch to Vahaduo

GEDmatch to Vahaduo

Turn GEDmatch admixture results into Vahaduo readiable text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GEDmatch to Vahaduo",
  "description": "Turn GEDmatch admixture results into Vahaduo readiable text",
  "version": "3.0",
  "content_scripts": [
    {
      "matches": [
        "https://*.gedmatch.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "ged-2-vah-icon.png"
  },
  "permissions": [
    "clipboardWrite"
  ]
}