microsoft / microsoft/MicrosoftEdge-Extensions
android support for chrome_url_overrides
Open
@venkatasai5171 is already working on this.
Since Aug 6, 2025.
Bug
Edge Addons
Feedback
Tracked
- Dominant language
- JavaScript
- Stars
- 245
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.