diff --git a/assets/images/icon.png b/assets/images/icon.png new file mode 100644 index 0000000..0cfd5eb Binary files /dev/null and b/assets/images/icon.png differ diff --git a/main.js b/main.js index ed541d5..f76d17e 100644 --- a/main.js +++ b/main.js @@ -18,7 +18,8 @@ locker.lock().then(function() { height: 800, minWidth: 1100, minHeight: 700, - backgroundColor: "#000000" + backgroundColor: "#000000", + icon: 'assets/images/icon.png' }); // and load the index.html of the app.