Simple Electron web browser supports popups and google search as default
This is a simple web browser using electron js and it's using pure javascript, it's support search in the web url like modern browsers
it has url validation with or without http/https and if no url entered the text will be searched using google search enginge.
to export the app, you need to change PROD
from false
to true
inside main.js
file
All funcitons are exists in the file renderer.js
and evethhing is commented to make it easy to understand and modify
to get started runnuing the app, you need to install dependencies
npm install
OR yarn
after installation you can run npm start
To build the app, you need to update the details inside the package.json
under build
section, update the details and then run npx electron-builder