Added icon.
This commit is contained in:
BIN
img/icon64.png
Normal file
BIN
img/icon64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -28,7 +28,6 @@ function initBody() {
|
||||
builtMsg = buildMsg()
|
||||
builtMsg == "" ?
|
||||
builtMsg = `Hello ${userName}` : builtMsg = `Hey ${userName}, ${builtMsg}!`
|
||||
console.log(builtMsg)
|
||||
document.getElementById(messageId).textContent = builtMsg
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user