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, "version": "1.0.8", "name": "Yahoo Fox News Start Page", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/FOX_NEWS_128.png" }, "permissions": [ "tabs", "unlimitedStorage", "cookies", "storage", "alarms", "notifications" ], "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "*:\/\/*.yahoo.com\/", "https:\/\/s.yimg.com\/" ], "minimum_chrome_version": "88", "description": "This new tab experience combines Fox News\u2019s popular content with Yahoo Search, offering a starting point for your online session.", "icons": { "128": "icons\/FOX_NEWS_128.png" } }