Tool for copying genealogical data into Geni.
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": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "4.10.26",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images/icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"images/icon.png",
"images/content_*.png"
],
"content_scripts": [
{
"matches": [
"*://www.geni.com/*"
],
"js": [
"jquery.js",
"jquery.csv.min.js",
"moment.js",
"parse-names.js",
"shared.js",
"content.js"
]
}
],
"permissions": [
"activeTab",
"storage",
"webRequest",
"webRequestBlocking",
"*://*.geni.com/",
"*://*.findagrave.com/",
"*://*.familysearch.org/",
"*://familysearch.org/",
"*://*.wikitree.com/",
"*://*.billiongraves.com/",
"*://billiongraves.com/",
"*://*.ancestrylibrary.com/",
"*://*.ancestry.com/",
"*://*.myheritage.com/",
"*://historylink.herokuapp.com/",
"*://maps.googleapis.com/",
"*://*.gravez.me/",
"*://gravez.me/",
"*://*.toldot.ru/",
"*://toldot.ru/",
"*://*.yadvashem.org/",
"*://yadvashem.org/",
"*://geneanet.org/",
"*://*.bezikaron.co.il/",
"*://bezikaron.co.il/"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}