per the edge extension documentation here, chrome_url_overrides is a supported manifest key, but the properties for the key seem to be ignored in edge on android.
for example, the following code has no effect:
"chrome_url_overrides" : {
"newtab": "my-new-tab.html"
}
are there plans to fully support url_overrides in edge on android?
(and if there is a better place to report this issue please let me know). thanks