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 = 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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user