I would like the user to be able to view a hyperlink to my website when he clicks on my addon from tools , addon. So how would i exactly add a hyperlink to my site. I am using firefox addon sdk.
Edit:
I realized the icon could be changed with icon:”name.png” in packages.json. But is there a similar way to change the homepage URL.
Update your
package.jsonby adding ahomepageproperty like this:and then run
cfx xpi.These values are used by
install.rdf.More info