The main application window does not appear, but there are six NW.js processes running in the background.
How to Reproduce:
Load a Manifest V3 extension in the project.
On the first launch (when no user data directory exists yet), the main window opens, but the extension does not function correctly.
On the second launch, the main window fails to display altogether. However, the six background processes are running normally.
NW.js Version: 0.106.0
When I remove the user-data directory, the main window works normally, but the extension still does not function properly (the provided code is just a test extension, so its failure isn't evident; the issue is that my actual production extension fails to work).
package.json
index.html
manifest.json
background.js
The main application window does not appear, but there are six NW.js processes running in the background.
How to Reproduce:
Load a Manifest V3 extension in the project.
On the first launch (when no user data directory exists yet), the main window opens, but the extension does not function correctly.
On the second launch, the main window fails to display altogether. However, the six background processes are running normally.
NW.js Version: 0.106.0
When I remove the user-data directory, the main window works normally, but the extension still does not function properly (the provided code is just a test extension, so its failure isn't evident; the issue is that my actual production extension fails to work).
package.json
index.html
manifest.json
background.js