Examine source code of Serbian DNA Project Extension

Inspect and view changes in Serbian DNA Project Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.3",
  "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"
}