Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "24.6.10", "manifest_version": 3, "name": "New Tab with Dark Theme", "description": "Minimalist new tab with stunning backgrounds, live wallpapers, dark theme, and start page with FVD speed dial.", "default_locale": "en", "offline_enabled": true, "permissions": [ "storage", "topSites", "history", "alarms", "favicon", "bookmarks", "tabs" ], "icons": { "128": "assets\/images\/icons-ntp\/128x128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_ext_override_name__", "default_icon": { "128": "assets\/images\/icons-ntp\/128x128.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" } }