I want to launch a web app created inside filesystem by same chrome app, in webview within chrome web app.
I got the url like: "filesystem:chrome-extention//path-to-html page"
And given partition permission in webview section in manifest.json as well. but it throws error file not found. isthere any way we can access those to launch as webapp.
Thanks.
It would require extra permissions (chrome.sockets), but you could include the web server for chrome library inside your chrome app and point the webview to the url hosted by the http server.