Additional information and tools for browsing results in the Serbian DNA Project database
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"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"
}
}