runtime.oninstalled is invoked when I install the extension for the first time in the browser. But if I uninstalled it again (by dragging the app to bin), and tried reinstalling the runtime.oninstalled is not invoked.
is that an expected behavior?
If so, how can I test this case during extension development? Because it is difficult to find a new browser to test this case every time.
Thanks.