@BonsaiDash Chrome doesn't have its APIs available to places other than the background and new tab. This makes it a challenge to maintain a single code for both the new tab widgets and content widgets. (2)
@BonsaiDash Making the command panel available to all your tabs has been a challenging task. 1. Injecting react app into existing website. 2. Make sure the website's style is not taken over. 3. Maintaining the same codebase for both new tabs and other tabs. (1)