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", "manifest_version": 3, "name": "Genea FamilySearch Auto-Blur", "version": "1.0.2", "description": "Automatically blurs sensitive elements on FamilySearch for screenshots and screencasts.", "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/iconoff16.png", "48": "icons\/iconoff48.png", "128": "icons\/iconoff128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.familysearch.org\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_page": "options.html" }