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": "Custom New Tab Redirect", "description": "Personalize your new tab by setting a custom URL and choosing how Chrome displays the tab before the page fully loads.", "version": "1.1.0", "manifest_version": 3, "action": { "default_popup": "\/src\/options\/options.html", "default_icon": "\/src\/assets\/cntr-icon.png" }, "icons": { "16": "\/src\/assets\/icon16.png", "32": "\/src\/assets\/icon32.png", "48": "\/src\/assets\/icon48.png", "128": "\/src\/assets\/icon128.png" }, "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "file:\/\/\/*" ] } ], "options_page": "\/src\/options\/options.html", "chrome_url_overrides": { "newtab": "\/src\/redirect\/redirect.html" } }