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": "Add to Babylist Button", "description": "Add items to your Babylist registry from any store.", "homepage_url": "https:\/\/www.babylist.com", "version": "3.0.9", "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "action": { "default_icon": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "default_title": "Add to Babylist Button" }, "permissions": [ "cookies", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/*.babylist.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*.woff", "assets\/*.woff2", "assets\/babylistScraper.js", "clientSide.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }