/// // tslint:disable-next-line:no-any const chromeApp = (chrome).app; chromeApp.runtime.onLaunched.addListener(() => { chromeApp.window.create("src/index.html", { outerBounds: { width: 400, height: 500, }, }); });