To uninstall a webapp, Mozilla says to go to about:apps. Therefore, I asked about anchor link to Firefox about:config. But it seems impossible to go to about:config
(or about:apps
) from a web page.
Then, Joum advised to use navigator.mozApps.mgmg.uninstall()
as indicated by Mathieu Rochette.
But how to use navigator.mozApps.mgmg.uninstall()
within a web page?
What are the other ways to uninstall a webapp on Firefox?