From 3c35dff8d2ec6a7c01e0195163e7c8d29c8e5249 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 19 Jun 2017 15:05:03 -0700 Subject: [PATCH] move from url_overrides to settings_overrides --- top-sites/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/top-sites/manifest.json b/top-sites/manifest.json index ae6f273..2f7093d 100644 --- a/top-sites/manifest.json +++ b/top-sites/manifest.json @@ -5,12 +5,16 @@ "chrome_url_overrides": { "newtab": "sites.html" }, + "chrome_settings_overrides": { + "homepage": "sites.html" + }, "permissions": [ "topSites" ], "applications": { "gecko": { - "strict_min_version": "54.0a1" + "strict_min_version": "55.0a1", + "id": "foo@bar.com" } } }