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": "Replace NewTab", "version": "1.0.1.67", "version_name": "0.0.1.67", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage", "webRequest" ], "host_permissions": [ "<all_urls>" ], "chrome_url_overrides": { "newtab": "\/html\/newtab.html" }, "action": { "default_icon": { "19": "\/icon\/icon_128.png" }, "default_title": "set replace URL", "default_popup": "\/html\/popup.html" } }