Currently, we are reusing the same context resource everywhere that is provided by main process to the action manager. Instead, we should create a minimal version of context resource so that only required data can be sent to other actions.
Idea is to make sure no one except OutputService has access to webContents of the main window.