Set my extension homepage

Talk about add-ons and extension development.
Post Reply
mhs.prog
New Member
Posts: 1
Joined: March 12th, 2021, 1:34 pm

Set my extension homepage

Post by mhs.prog »

Hi
I want load my extension instead home page, I used below code, but not worked

Code: Select all

    "chrome_url_overrides" : {
        "newtab": "index.html"
    }
morat
Posts: 6394
Joined: February 3rd, 2009, 6:29 pm

Re: Set my extension homepage

Post by morat »

Here is an example addon. The chrome_url_overrides key works for me. I loaded the example addon as a temporary extension using the about:debugging page.

Top Sites
http://github.com/mdn/webextensions-exa ... /top-sites

chrome_url_overrides
http://developer.mozilla.org/docs/Mozil ... _overrides

about:debugging
http://developer.mozilla.org/docs/Tools/about:debugging
Post Reply