Create a web-app shortcut
Clone the repo
$ git clone https://github.com/radhe-soni/desktop-shortcut.git
$ cd desktop-shortcut
Install dependencies
$ npm i
Change urlOfWebApp variable inside src/aap.Javascript
/**
* Replace https://read.amazon.com/ with url of your desired web-app.
*/
const urlOfWebApp = 'https://read.amazon.com/';
Bundle source files
$ npm run build
Start your app using neutralino-* file, whichever is applicable to your environment.