Chrome Web App webview height issue
问题 I'm new in Chrome Web App programming. I want a simple WebApp which is separated to my Chrome/Chromium (means no tab). It shall show a external website in the body. So here is my configuration: manifest.json { "name": "Hello World!", "description": "My first Chrome App.", "version": "0.1", "manifest_version": 2, "permissions": [ "webview" ], "icons": { "128": "icon_128.png" }, "app": { "background": { "scripts": ["background.js"] } } } background.js chrome.app.runtime.onLaunched.addListener