We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddcc87 commit eb51b1cCopy full SHA for eb51b1c
2 files changed
main.js
@@ -7,7 +7,7 @@ function createWindow() {
7
win = new BrowserWindow({
8
frame: false,
9
fullscreen: true,
10
- title: "LiteWebview",
+ title: "litewebview",
11
webPreferences: {
12
nodeIntegration: true,
13
contextIsolation: false
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "LiteWebview",
+ "name": "litewebview",
3
"version": "1.0.0",
4
"description": "A versatile Electron application enabling command line interactions with a WebView",
5
"main": "main.js",
0 commit comments