So I know that 'Chrome Packaged App' will run in a window, I have tried to run the website I want in a <webiview>
tag but it gets stuck at the beginning and I can't find a way to debug what's happenning inside that <webview>
tag.
I now have tried to change the manifest to work as a 'Chrome Hosted App' but it keeps opening in a tab.
How do I start my app in a window, either by having it as a chrome hosted app?
Or by <webview>
(if I find a way to debug it)?
Chrome's built-in developer tools can be used to debug packaged apps, extensions and webview as well as web pages (Right-click on any page element in webview and select Inspect Element).