If I add the ``` if (pages.indexOf("newtab") > -1) { manifest.chrome_url_overrides = { newtab: pageDirMap["newtab"], }; } ``` from V3 (and the types) to V2, it works fine.