diff --git a/img/icon64.png b/img/icon64.png new file mode 100644 index 0000000..3c989be Binary files /dev/null and b/img/icon64.png differ diff --git a/js/main.js b/js/main.js index 0032c9a..759e8cc 100644 --- a/js/main.js +++ b/js/main.js @@ -28,7 +28,6 @@ function initBody() { builtMsg = buildMsg() builtMsg == "" ? builtMsg = `Hello ${userName}` : builtMsg = `Hey ${userName}, ${builtMsg}!` - console.log(builtMsg) document.getElementById(messageId).textContent = builtMsg } diff --git a/manifest.json b/manifest.json index 5072d5b..e0c0dab 100644 --- a/manifest.json +++ b/manifest.json @@ -7,10 +7,7 @@ "author": "deepjyoti30", "icons": { - "48": "img/icon48.png", - "96": "img/icon96.png", - "128": "img/icon128.png", - "192": "img/icon192.png" + "64": "img/icon64.png" }, "chrome_url_overrides": { "newtab": "index.html"