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" } } }