Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTree Browser Extension (Preview)", "description": "The official WikiTree browser extension.", "version": "2.0.14.1", "manifest_version": 3, "options_page": "options.html", "permissions": [ "storage", "clipboardRead", "clipboardWrite", "contextMenus", "activeTab" ], "host_permissions": [ "https:\/\/*.wikitree.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.wikitree.com\/*" ], "js": [ "js\/vendor.js", "js\/content.js" ] } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.wikitree.com\/*" ], "resources": [ "images\/*", "features\/wtPlus\/templatesExp.json", "features\/darkMode\/darkMode.css", "js\/*.js", "js\/images\/*", "fonts\/*.woff2", "fonts\/*.woff", "fonts\/*.ttf" ] } ], "icons": { "128": "images\/we128.png" }, "action": { "default_popup": "options.html" } }