Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Genealogy Assistant", "version": "2.0.4", "description": "Adds custom features to popular genealogy websites like Ancestry, MyHeritage, FamilySearch and more!", "author": "Genea", "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/www.ancestry.ca\/imageviewer\/*", "https:\/\/www.ancestry.com\/imageviewer\/*", "https:\/\/www.ancestry.co.uk\/imageviewer\/*", "https:\/\/www.ancestry.com.au\/imageviewer\/*", "https:\/\/www.ancestry.de\/imageviewer\/*", "https:\/\/www.ancestry.fr\/imageviewer\/*", "https:\/\/www.ancestry.it\/imageviewer\/*", "https:\/\/www.ancestry.mx\/imageviewer\/*" ], "js": [ "scripts\/imagerecordsautofill.js", "scripts\/ancestrypager.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/www.ancestry.ca\/imageviewer\/*", "https:\/\/www.ancestry.com\/imageviewer\/*", "https:\/\/www.ancestry.co.uk\/imageviewer\/*", "https:\/\/www.ancestry.com.au\/imageviewer\/*", "https:\/\/www.ancestry.de\/imageviewer\/*", "https:\/\/www.ancestry.fr\/imageviewer\/*", "https:\/\/www.ancestry.it\/imageviewer\/*", "https:\/\/www.ancestry.mx\/imageviewer\/*" ], "js": [ "scripts\/darkerancestry.js" ], "run_at": "document_start", "all_frames": true } ], "host_permissions": [ "https:\/\/www.ancestry.ca\/*", "https:\/\/www.ancestry.com\/*", "https:\/\/www.ancestry.co.uk\/*", "https:\/\/www.ancestry.com.au\/*", "https:\/\/www.ancestry.de\/*", "https:\/\/www.ancestry.fr\/*", "https:\/\/www.ancestry.it\/*", "https:\/\/www.ancestry.mx\/*", "https:\/\/www.myheritage.com\/*", "https:\/\/www.familysearch.org\/*", "https:\/\/www.familytreedna.com\/*", "https:\/\/www.scotlandspeople.gov.uk\/*" ], "web_accessible_resources": [ { "resources": [ "data\/cardcatalogue.json", "styles\/popup.css", "styles\/advanced.css", "styles\/quicksearch.css", "core\/tooltips.js", "scripts\/quicksearch\/urlBuilder.js", "scripts\/quicksearch\/genealogyNLP.js", "images\/infoicon.svg" ], "matches": [ "https:\/\/www.ancestry.ca\/*", "https:\/\/www.ancestry.com\/*", "https:\/\/www.ancestry.co.uk\/*", "https:\/\/www.ancestry.com.au\/*", "https:\/\/www.ancestry.de\/*", "https:\/\/www.ancestry.fr\/*", "https:\/\/www.ancestry.it\/*", "https:\/\/www.ancestry.mx\/*", "https:\/\/www.myheritage.com\/*", "https:\/\/www.familysearch.org\/*", "https:\/\/www.familytreedna.com\/*", "https:\/\/www.scotlandspeople.gov.uk\/*" ] } ], "options_page": "advanced.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/extensionpay.com" } }