Serbian DNA Project Extension

Serbian DNA Project Extension

Additional information and tools for browsing results in the Serbian DNA Project database

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.2",
  "default_locale": "en",
  "icons": {
    "16": "icons/poreklo16.png",
    "20": "icons/poreklo20.png",
    "32": "icons/poreklo32.png",
    "48": "icons/poreklo48.png",
    "64": "icons/poreklo64.png",
    "128": "icons/poreklo128.png"
  },
  "description": "__MSG_extensionDescription__",
  "permissions": [],
  "host_permissions": [
    "https://dnk.poreklo.rs/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dnk.poreklo.rs/Markeri/*"
      ],
      "js": [
        "scripts/haplogroup-ages.js",
        "scripts/content_script.js"
      ]
    }
  ],
  "action": {
    "default title": "__MSG_extensionName__",
    "default_popup": "popupMenu.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}