faster-pageload-web-extensions icon indicating copy to clipboard operation
faster-pageload-web-extensions copied to clipboard

Display setup.html after deactivating the addon

Open xan2622 opened this issue 4 years ago • 1 comments

Hi

After enabling the addon, the setup.html is displayed (to ask the user to change some settings in about:config).

But when the addon is disabled or uninstalled from Firefox, it would be convenient to display the same setup.html page once again (to let the user reset the settings back to how they were before).

xan2622 avatar Apr 13 '20 09:04 xan2622

You'll need to use runtime.setUninstallURL

Not sure if it'll work with packaged html files, or if it'll need to point to an online resource. See comment: "This URL must have an http or https scheme."

djfdat avatar Sep 15 '20 06:09 djfdat