Added icon.

This commit is contained in:
deepjyoti30
2020-05-12 22:24:45 +05:30
parent 5e33c26759
commit f37e24e770
3 changed files with 1 additions and 5 deletions

BIN
img/icon64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -28,7 +28,6 @@ function initBody() {
builtMsg = buildMsg() builtMsg = buildMsg()
builtMsg == "" ? builtMsg == "" ?
builtMsg = `Hello ${userName}` : builtMsg = `Hey ${userName}, ${builtMsg}!` builtMsg = `Hello ${userName}` : builtMsg = `Hey ${userName}, ${builtMsg}!`
console.log(builtMsg)
document.getElementById(messageId).textContent = builtMsg document.getElementById(messageId).textContent = builtMsg
} }

View File

@@ -7,10 +7,7 @@
"author": "deepjyoti30", "author": "deepjyoti30",
"icons": { "icons": {
"48": "img/icon48.png", "64": "img/icon64.png"
"96": "img/icon96.png",
"128": "img/icon128.png",
"192": "img/icon192.png"
}, },
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"